Replies: 1 comment 1 reply
-
|
No, it's not supported by Higress at the moment, except that the plugin supports this kind of configuration itself. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can we define plugins in endpoint level
I want to enforce rate-limit plugin for specific endpoints but I'm unable to find a suitable solution to do this
I use ingress methodology
ingress.yaml
plugin yaml
this being applied to entire service but I want to apply for some specific endpoints within same context root
ex:-
method: GET
path: /ca-acc/account/[^/]+/account-status/display/all
Beta Was this translation helpful? Give feedback.
All reactions