Policy restrictions not working as expected #8325
Unanswered
m1nish1208
asked this question in
General
Replies: 1 comment 2 replies
-
Are the clients sending requests to the ocelot service? This tool will only display data if the service is actively being used. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I'm trying to apply service access restrictions in our environment. We have an Ocelot API gateway & few other .NET microservices. I want to restrict access such that ocelot will be accessible only via few microservices (say serviceA & serviceB).
Environment Details:
Kubernetes Version: v1.23.5
Cluster Environment: Azure
OS Version: Ubuntu 20.04
Linkerd Details:
I've defined following server object:
ServerAuthorization Policy
service.yaml
However when I check using
linkerd viz authz -n default deploy/ocelot
I get following output, what am I missing?Container port spec description from deployment.yaml
Is there anything I'm missing? Kindly suggest.
Beta Was this translation helpful? Give feedback.
All reactions