-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to rotate gossip encryption key #630
Comments
#336 :) wait for 0.5 |
@petemounce this is already in master! 0.5rc1 was just tagged yesterday and includes this feature. Thanks! |
Brilliant :-) Sent from my phone. Please excuse typos and brevity, but never text speak.
|
In 0.4.1 I can supply an encryption key - that's great. However, in the event of a breach (and actually, on a regular schedule), I want to be able to rotate my key in a way that doesn't necessarily hose my consul deployment if it goes wrong or doesn't propagate, or whatever.
I could probably do this now by something like
but this strikes me as ... pretty risky. It seems to me that if something fails, then I'll be left with nodes that I'll have to manually touch to fix up.
I'd like to avoid the possibility of manual work, since if it arises, I won't be able to use consul exec to do it, it'll be node by node.
The text was updated successfully, but these errors were encountered: