Skip to content
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

Closed
petemounce opened this issue Jan 23, 2015 · 3 comments
Closed

Ability to rotate gossip encryption key #630

petemounce opened this issue Jan 23, 2015 · 3 comments

Comments

@petemounce
Copy link

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

consul exec <every node> <touch config file with key in it to supply new key>
consul exec <every node> consul reload

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.

@wuub
Copy link
Contributor

wuub commented Jan 23, 2015

#336 :) wait for 0.5

@ryanuber
Copy link
Member

@petemounce this is already in master! 0.5rc1 was just tagged yesterday and includes this feature. Thanks!

@petemounce
Copy link
Author

Brilliant :-)

Sent from my phone. Please excuse typos and brevity, but never text speak.
On 23 Jan 2015 17:52, "Ryan Uber" [email protected] wrote:

@petemounce https://github.com/petemounce this is already in master!
0.5rc1 was just tagged yesterday and includes this feature. Thanks!


Reply to this email directly or view it on GitHub
#630 (comment).

duckhan pushed a commit to duckhan/consul that referenced this issue Oct 24, 2021
duckhan pushed a commit to duckhan/consul that referenced this issue Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants