-
Notifications
You must be signed in to change notification settings - Fork 103
docs(docs): config options and keycloak concepts #289
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: prmellor <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request enhances the Strimzi Kafka OAuth documentation by adding comprehensive configuration reference tables, introducing a dedicated guide for Keycloak Authorization Services concepts, and improving clarity throughout existing documentation sections.
- Added three configuration reference tables for broker, client, and KeycloakAuthorizer options
- Created new documentation explaining how Kafka authorization maps to Keycloak Authorization Services
- Reorganized and clarified token validation sections with new subsection on JWKS caching behavior
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
examples/kubernetes/README.md |
Updated reference link to metrics example and added link to new Keycloak authorization guide |
examples/kubernetes/README-keycloak-authorization.md |
New comprehensive guide explaining Keycloak Authorization Services integration, resource/scope mapping, and permissions model for Kafka |
README.md |
Major documentation improvements including reorganized headings, new JWKS caching section, comprehensive configuration reference tables, and terminology consistency updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: prmellor <[email protected]>
mstruk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, I only found two small issues. Thanks.
Signed-off-by: prmellor <[email protected]>
Signed-off-by: prmellor <[email protected]>
|
Thanks for the review @mstruk |
Documentation
This pull request updates the
README.md. The changes include reorganizing sections, clarifying configuration steps, adding new subsections, and enhancing explanations for key features such as JWKS caching and local JWT validation.