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

Consul kvdb doesn't respect protocol scheme #11

Open
mattlqx opened this issue Oct 9, 2017 · 1 comment
Open

Consul kvdb doesn't respect protocol scheme #11

mattlqx opened this issue Oct 9, 2017 · 1 comment

Comments

@mattlqx
Copy link

mattlqx commented Oct 9, 2017

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.

@sangleganesh
Copy link
Contributor

Thanks for reporting the issue, will try to fix it.

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

2 participants