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

Support for TLS in ZooKeeper backend #1652

Closed
devth opened this issue Jul 25, 2016 · 5 comments
Closed

Support for TLS in ZooKeeper backend #1652

devth opened this issue Jul 25, 2016 · 5 comments

Comments

@devth
Copy link

devth commented Jul 25, 2016

ZooKeeper supports TLS. Here's the guide on configuring it.

I think on the Vault / ZK client side we'd need to be able to specify tls_ca_file, tls_cert_file and tls_key_file, similar to the consul backend. I'm not sure if the golang zookeeper client supports this (I couldn't find anything).

/cc @sherzberg @kenbreeman @elupu

@kenbreeman
Copy link
Contributor

Doesn't look go-zookeeper supports TLS yet, but this would be nice to have.

@reegz
Copy link

reegz commented Nov 10, 2017

Hi,

Are there any plans to add SSL support for a Zookeeper storage backend?

Thanks

@jefferai
Copy link
Member

When go-zookeeper supports it and someone codes it in, we'll be happy to have it :-)

@jefferai jefferai added this to the not-scheduled milestone Feb 2, 2018
@vixns
Copy link

vixns commented May 7, 2018

@palsaurabh2005
Copy link
Contributor

I have submitted a PR for this change: #4856
The change will allow Vault to connect with Zookeeper using TLS.

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

7 participants