-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.8.0.GA
- In Deploying AMQ Broker on Openshift documentation there is a note
If requireLogin is set to false, any user with administrator privileges for the OpenShift project can log in to the console.
It should be replaced with
If requireLogin is set to false, any user can login as the broker is using GuestLoginModule to authenticate the user. If the user is not in the artemis-users.properties (which by default has only one admin user), which by default maps to a admin role. so it doesn't matter if a login user is or is not an admin -- it always get admin role.
2. In Configuring AMQ Broker documentation there is text
Open the <broker-instance-dir>/etc/broker.xml configuration file.
It should be replaced with
Open the <broker-instance-dir>/etc/management.xml configuration file.