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
It would be good if there is a guide describing non-trivial case of configuration:
Two services or routes, A and B
Two API keys, 1 and 2
Key 1 can access A, but can not access B
Key 2 can access B, but can not access A
It requires combination of the Key Authentication plugin and ACL plugin.
It would be useful if presented with declarative configuration.
Such configuration for Kong Ingress Controller is especially not trivial, because it requires
Creation of 'conceptual/logical' ACL group via Kubernetes secret which is not very intuitive and not well documented, if at all, especially after deprecating kind: KongCredential
API key stored in secret
Consumer using the two secrets as credentials: one to authorise access to specific service/route and the other to authenticate consumer
What did you expect to happen?
Add a guide for Kong Ingress Controller with non-trivial authentication and authorisation scenarios.
Code of Conduct and Community Expectations
I agree to follow this project's Code of Conduct
I agree to abide by the Community Expectations
The text was updated successfully, but these errors were encountered:
Where is the problem?
https://docs.konghq.com/hub/kong-inc/key-auth/
What happened?
It would be good if there is a guide describing non-trivial case of configuration:
It requires combination of the Key Authentication plugin and ACL plugin.
It would be useful if presented with declarative configuration.
Such configuration for Kong Ingress Controller is especially not trivial, because it requires
kind: KongCredential
What did you expect to happen?
Add a guide for Kong Ingress Controller with non-trivial authentication and authorisation scenarios.
Code of Conduct and Community Expectations
The text was updated successfully, but these errors were encountered: