You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new 'APIRule' is created a new Istio 'AuthorizationPolicy' is created in an automatic way as well. Such an approach brings a following problem: if I have another application (AppRouter) that routes traffic to the same 'Service' and backend application as 'APIRule', we are getting 'RBAC: Access Denied error' calling AppRouter endpoints.
I wonder if there is possibility to somehow either override created 'AuthorizationPolicy' or not to create that in an automatic way at all (if other 'AuthorizationPolicy' already exist in the namespace)?
When a new 'APIRule' is created a new Istio 'AuthorizationPolicy' is created in an automatic way as well. Such an approach brings a following problem: if I have another application (AppRouter) that routes traffic to the same 'Service' and backend application as 'APIRule', we are getting 'RBAC: Access Denied error' calling AppRouter endpoints.
I wonder if there is possibility to somehow either override created 'AuthorizationPolicy' or not to create that in an automatic way at all (if other 'AuthorizationPolicy' already exist in the namespace)?
Deployed API Rule:
Created AuthorizationPolicy:
The text was updated successfully, but these errors were encountered: