web UI is not accessible due to lack of permissions
Bug #1820341 reported by
Patricia Domingues
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_
To post a comment you must log in.
after changing rabbitmq-server config to enable the plugin:
``` plugin= true
juju config rabbitmq-server management_
```
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:
``` 2019::20: 31:32 ===
=WARNING REPORT==== 15-Mar-
HTTP access denied: user 'testui' - Not management user
```