-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Add tls support #58
Add tls support #58
Conversation
thedebugger
commented
Oct 22, 2014
- Add the missing bootstrap_expect param
- Add the missing encrypt param
- Add encrypt_enabled param to make Consul gossip encryption explicit
default['consul']['data_dir'] = '/var/lib/consul' | ||
default['consul']['config_dir'] = '/etc/consul.d' | ||
default['consul']['config_dir'] = config_dir |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
@reset Any thoughts on service recipe? I'd rather not touch something that works but I'm starting to 💤 looking at it. |
@johnbellone what are you trying to change about it? |
I have just been seeing a lot of reoccurring patterns with services since we don't use runit internally. I'll take a stab at fixing it as a separate library cookbook! |
@thedebugger Can you rebase? |
a8d5aad
to
b29db90
Compare
It looks like there is a merge conflict that you'll need to deal with before I can merge PR! |
- Add the missing bootstrap_expect param - Add the missing encrypt param - Add encrypt_enabled param to make gossip encryption explict
b29db90
to
8031632
Compare
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |