In new fabric user roles not propagated to all jaas realms
Issue
After creating fabric and patching rollup2p3 on Fuse 6.1.0, fabric realm io.fabric8.jaas.ZookeeperLoginModule missed user's role which was pre-defined.
For example, user admin has tow roles admin and jmxUser (jmxRole's name is jmxUser)
In io.fabric8.jaas.ZookeeperLoginModule realm, command jaas:users shows:
User Name Role
admin admin
fusejmx jmxUser
But is should be:
User Name Role
admin admin
admin jmxUser
fusejmx jmxUser
Environment
- Red Hat JBoss Fuse
- 6.1.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.