-
Notifications
You must be signed in to change notification settings - Fork 2k
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 Support for HTTPS Addresses and Token #484
Comments
@bluk We are using the Consul api client, I think it uses http by default. Let me see how we can do https with it. |
@bluk Looks like the API client supports https via the Scheme parameter https://github.com/hashicorp/consul/blob/master/api/api.go#L157 We will add an option to support http very soon in the consul config, and until then if you set up the environment variables |
@diptanu Thanks! |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
I've set the
consul.address
for service discovery, but it seems that HTTPS scheme is not supported for Consul connections.Startup logs have something like:
I imagine that Consul token support is also necessary at some point.
The text was updated successfully, but these errors were encountered: