Skip to content
Discussion options

You must be logged in to vote

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.

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
...
status:
  conditions:
    - lastTransitionTime: '2024-11-13T14:24:46Z'
      message: ''
      reason: Applied
      status: 'True'
      type: BrokerPropertiesApplied
...

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Turing-Lee666
Comment options

@brusdev
Comment options

@Turing-Lee666
Comment options

@brusdev
Comment options

Answer selected by gtully
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