-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user-guide: authorization using k8s service account returning 403 instead of 200 #216
Comments
This is a regression cause by Kuadrant/authorino#394 and more specifically by Kuadrant/authorino#403. Here's a PR that fixed the Authorino docs with an updated example that can be used to fix this user guide: Kuadrant/authorino#408. Because the AuthPolicy includes 2 sources of identity (Keycloak realm and Kubernetes SAs), you may want to rely on Authorino's |
… instead of 200 Closes: Kuadrant#216
* docs: minor improvements * user-guide: fix authorization using k8s service account returning 403 instead of 200 Closes: #216
* docs: minor improvements * user-guide: fix authorization using k8s service account returning 403 instead of 200 Closes: #216
WHAT
Following the Rate-limiting and protecting an API with JSON Web Tokens (JWTs) and Kubernetes authnz using Kuadrant user guide, at Step 6, the following
GET
request using the K8s service account token should return a200
status code:However, it insteads return a
403
still:Due to this error, in Step 7 of the user guide, it is not possible to validate the Rate limit using the service account also.
DONE
The text was updated successfully, but these errors were encountered: