-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.8.2.GA
loginModules: propertiesLoginModules: - name: prop-module users: - name: Ramu password: pass roles: ["xyz.jms.Stream.in.Queue-reader"] - name: abc password: pass roles: ["xyz.jms.Stream.in.Queue-reader", "xyz.jms.Stream.in.Queue-writer"]
this generates the following artemis-role.properties:
admin = admin xyz.jms.Stream.in.Queue-reader = Ramu, abc xyz.jms.Stream.in.Queue-writer = abc
however, when I display the list of users through the cli I get:
sh-4.4$ amq-broker/bin/artemis user list --user admin --password pass --url tcp://broker-ss-0:61616 Connection brokerURL = tcp://broker-ss-0:61616 --- "user"(roles) --- "admin"(admin) "abc"(xyz.jms.Stream.in.Queue-writer) "Ramu"(xyz.jms.Stream.in.Queue-reader)
abc should have the xyz.jms.Stream.in.Queue-reader role.
- is cloned by
-
ENTMQBR-5963 [LTS] amq-broker7 on openshift propertiesLoginModules not setting roles correctly
-
- Closed
-