Skip to content

Add users and roles #463

Answered by brusdev
lordigon asked this question in Q&A
Discussion options

You must be logged in to vote

Staring from the next release the operator will support Configurable JAAS authentication, for further details see https://github.com/artemiscloud/activemq-artemis-operator/issues/356

The current solution is to use the ActiveMQSecurity, i.e.:

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemisSecurity
metadata:
  name: security-login
spec:
  loginModules:
    propertiesLoginModules:
      - name: "prop-module"
        users:
          - name: user123456
            password: "a123456"
            roles:
              - "admin"
  securityDomains:
    brokerDomain:
      name: "activemq"
      loginModules:
        - name: "prop-module"
          flag: "sufficient"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brusdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants