How can we Change the user and password no need restart the broker? #1047
Answered
by
brusdev
Turing-Lee666
asked this question in
Q&A
-
Hi |
Beta Was this translation helpful? Give feedback.
Answered by
brusdev
Nov 14, 2024
Replies: 1 comment 5 replies
-
You could use a jaas-config secret to update users and roles without restarting, see https://github.com/artemiscloud/activemq-artemis-operator/blob/1.2.6/docs/help/operator.md#configuring-jaas-for-brokers |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kubernetes takes a few seconds to update the projections of the secrets. You could use the
BrokerPropertiesApplied
condition to check when the users.properties file is reloaded by the PropertiesLoginModule, i.e.