Skip to content
Discussion options

You must be logged in to vote

Allowing the Erlang cookie from external secrets comes with certain risks that we are not comfortable with. For example, changes to the Erlang cookie for existing clusters. Once a cluster has been created, one could be tempted to rotate the Erlang cookie, because some security checklist says you must rotate all your secrets regularly; that's a terrible idea in Kubernetes, because the STS would try to restart the nodes 1 by 1, and this operation will never succeed there will be an Erlang cookie mismatch (rotated node vs "old" nodes).

Our team has experience with a product (Tanzu RabbitMQ for CF) that allows to set the Erlang cookie, and the amount of pain and issues that came as a result w…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MirahImage
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
Converted from issue

This discussion was converted from issue #1926 on August 20, 2025 12:52.