web UI is not accessible due to lack of permissions

Bug #1820341 reported by Patricia Domingues
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
rabbitmq-server (Juju Charms Collection)
New
Undecided
Unassigned

Bug Description

rabbitmq-server charm has the config option to enable the management plugin (management_plugin), but when you set it to true the user doesn't have the proper Rabbitmq-server tag as required (https://www.rabbitmq.com/management.html#permissions) so, you are not able to access the web interface.

Revision history for this message
Patricia Domingues (patriciasd) wrote :

after changing rabbitmq-server config to enable the plugin:

```
juju config rabbitmq-server management_plugin=true
```

After that, I see that the port (15672) is opened. In `juju status`, I can see `5672/tcp,15672/tcp`

When I try to access Web UI it says `Login failed`, and rabbitmq-server log shows:

```
=WARNING REPORT==== 15-Mar-2019::20:31:32 ===
HTTP access denied: user 'testui' - Not management user
```

Revision history for this message
Patricia Domingues (patriciasd) wrote :

Also, `sudo rabbitmqctl list_users` shows:

Listing users
guest [administrator]
testui []

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.