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
Hi folks,
Are ACLs supported? Looking at the docs, it doesn't seem that there's a way to pass a Consul token.
Let me know if I missed it.
The text was updated successfully, but these errors were encountered:
Hi. There is no option to configure Consul token at the moment. Does your Consul cluster requires ACL token for: https://www.consul.io/api-docs/health#list-nodes-for-service ?
Sorry, something went wrong.
It would require a change to add the token here: https://github.com/allegro/consul-recipes/blob/f42b2367f04fdd7646877889a61e4549aa50adcd/src/main/java/pl/allegro/tech/discovery/consul/recipes/watch/ConsulWatcher.java#L37 and then use it here:
envoy-control/envoy-control-runner/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/infrastructure/consul/ConsulWatcherConfig.kt
Line 52 in 43d51f5
No branches or pull requests
Hi folks,
Are ACLs supported? Looking at the docs, it doesn't seem that there's a way to pass a Consul token.
Let me know if I missed it.
The text was updated successfully, but these errors were encountered: