-
Notifications
You must be signed in to change notification settings - Fork 350
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
Does the oauthOidcAllClaims filter provide the possibility to lookup sensitive data from Kubernetes Secrets #2803
Comments
@szuecs Is there a reference implementation already in skipper where we use the secrets module? |
In many auth filters it is in use or also in net/Client (skipper's http client) |
@szuecs Is there any chance to get this implemented in the next couple of days or weeks? I'm currently not familiar enough with the entire codebase, to get this implemented and propose a MR for this. Thanks |
MR? I will have holidays until January, so I am not really available next days. The entry point of the code that does the call path to work on the request is https://github.com/zalando/skipper/blob/master/filters/auth/oidc.go#L756. |
Looks like duplicate of #1952 |
I will have a look into it, after getting familiar with the codebase. |
Hi folks,
we have several RouteGroups with the oauthOidcAllClaims filter set.
Is it possible or do you know a way on how to lookup the "client_secret" value from another source, like a kubernetes secret? Or is there a recommended way on how to handle these resources especially when dealing with GitOps?
Thanks and kind regards,
Lukas
The text was updated successfully, but these errors were encountered: