Skip to content

Updating TLS secret does not trigger POD restart #426

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

You must be logged in to vote

ActiveMQ Artemis load the certificates when acceptors start, you need to reload the acceptor with the management API or using the web console, see org.apache.activemq.artemis.api.core.management.AcceptorControl.reload()
https://github.com/apache/activemq-artemis/blob/2.27.0/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/AcceptorControl.java#L50

   @Operation(desc = "Re-create the acceptor with the existing configuration values. Useful, for example, for reloading key/trust stores on acceptors which support SSL.", impact = MBeanOperationInfo.ACTION)
   void reload();

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by brusdev
Comment options

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