Skip to content

How to configure security settings, like 'populate-validated-user' and 'security-invalidation-interval' #750

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

You must be logged in to vote

@eanbiso you can use the broker properties to configure those settings, i.e.
https://activemq.apache.org/components/artemis/documentation/latest/configuration-index.html#broker-properties

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-redistribution
spec:
  brokerProperties:
    - "populateValidatedUser=true"
    - "securityInvalidationInterval=5000"

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