We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When this is set in the config.json:
"kvdb": [ "consul:https://mycluster" ],
It still appears to use http to connect to the host. I'm guessing because it appears hardcoded here: https://github.com/portworx/kvdb/blob/master/consul/kv_consul.go#L123
It would be highly desirable to support encryption to the KV store.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue, will try to fix it.
Sorry, something went wrong.
No branches or pull requests
When this is set in the config.json:
It still appears to use http to connect to the host. I'm guessing because it appears hardcoded here: https://github.com/portworx/kvdb/blob/master/consul/kv_consul.go#L123
It would be highly desirable to support encryption to the KV store.
The text was updated successfully, but these errors were encountered: