rabbitmq / rabbitmq-oauth2-tutorial

Explore integration of RabbitMQ with Oauth 2.0 auth backend plugin
42 stars 22 forks source link

Keycloak example not working (with rabbitmq.conf version) #24

Closed Schmitze333 closed 1 year ago

Schmitze333 commented 1 year ago

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:

  1. run make start-keycloak
  2. run export MODE=keycloak
  3. run 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:

A PR will follow to address this.

MarcialRosales commented 1 year ago

Resolved by https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/pull/25