-
Hello, do you have a working example on how to set up new user, new role and limited access (lets say SEND, CONSUME) to queues like xy and xyz? Thank you very much |
Beta Was this translation helpful? Give feedback.
Answered by
gtully
Sep 2, 2024
Replies: 1 comment
-
There are some examples in the tests, peek at: https://github.com/artemiscloud/activemq-artemis-operator/blob/main/controllers/activemqartemissecurity_broker_properties_test.go#L113 user management through a jaas secret, that could delegate to any login module. Then using properties to configure the broker rbac. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gtully
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some examples in the tests, peek at: https://github.com/artemiscloud/activemq-artemis-operator/blob/main/controllers/activemqartemissecurity_broker_properties_test.go#L113
user management through a jaas secret, that could delegate to any login module. Then using properties to configure the broker rbac.