Skip to content
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

Support keycloak custom format via configuration #13216

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

MarcialRosales
Copy link
Contributor

@MarcialRosales MarcialRosales commented Feb 7, 2025

Proposed Changes

Implements feature #12324

Notes that should be included into the release notes:
Any RabbitMQ cluster which receives JWT tokens from Keycloak using the structure authorization.permissions.scopes (for more information, check #12324) should add the following line to their configuration. From this release onwards, RabbitMQ will not extract scopes from that location unless you explicitly configure it.

auth_oauth2.additional_scopes_key = authorization.permissions.scopes

Docs pr:

Types of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Bug fix (non-breaking change which fixes issue #NNNN)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause an observable behavior change in existing systems)
  • Documentation improvements (corrections, new content, etc)
  • Cosmetic change (whitespace, formatting, etc)
  • Build system and/or CI

@MarcialRosales MarcialRosales self-assigned this Feb 7, 2025
Update existing test case with the
appropriate configuration
Add more tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant