-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add dynamic configuration support for Keycloak Authz #17750
Add dynamic configuration support for Keycloak Authz #17750
Conversation
@ethan-gallant Hi, thanks for this PR. I was expecting it to be significantly simpler, the proposed implementation idea I typed at #17664 was likely not a good idea. Also I don't think OIDC Can you please simplify this PR, please don't rename the existing Lets start with having a new
Please also consider turning this PR into a draft one for the moment Thanks. |
@ethan-gallant Please also note the conversion of the config to |
Re |
@sberyozkin what should we do with this PR? |
hey everyone, there has been no activity for nearly 3 years. I'm closing this in favor of the #39643 I just opened. @ethan-gallant please if you ever find a time to contribute in the future, ping @sberyozkin . Thanks |
This is an implementation for issue #17664
Most of this code is inspired by the implementation used in the OIDC extension, however, things differ in places due to multiple configurations being depended on and keycloak-authorization being an "addon" to OIDC.