-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Comments
Doesn't look go-zookeeper supports TLS yet, but this would be nice to have. |
Hi, Are there any plans to add SSL support for a Zookeeper storage backend? Thanks |
When go-zookeeper supports it and someone codes it in, we'll be happy to have it :-) |
I have submitted a PR for this change: #4856 |
This was referenced Jul 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
andtls_key_file
, similar to theconsul
backend. I'm not sure if the golang zookeeper client supports this (I couldn't find anything)./cc @sherzberg @kenbreeman @elupu
The text was updated successfully, but these errors were encountered: