Closed Schmitze333 closed 1 year ago
When following the instructions from the readme with regard to the keycloak example, one is unable to authorise to RabbitMQ.
keycloak
Follow the readme for the keycloak use-case:
make start-keycloak
export MODE=keycloak
make start-rabbitmq
Accessing RabbitMQ is not possible due to Not Authorized.
Not Authorized
The given configurations should reflect a working state.
After some research we found out that:
kid
A PR will follow to address this.
Resolved by https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/pull/25
Describe the bug
When following the instructions from the readme with regard to the
keycloak
example, one is unable to authorise to RabbitMQ.Reproduction steps
Follow the readme for the keycloak use-case:
make start-keycloak
export MODE=keycloak
make start-rabbitmq
Accessing RabbitMQ is not possible due to
Not Authorized
.Expected behavior
The given configurations should reflect a working state.
Additional context
After some research we found out that:
kid
.A PR will follow to address this.