Document using Consul Connect integration with Consul ACLs
See original GitHub issuehttps://www.getambassador.io/user-guide/consul-connect-ambassador/ does not include any info on how to run the Consul connector with ACLs enabled and it’s not obvious what needs to be done to do so. This process should be documented on that page.
Here’s how I’ve done it, but I’m not sure if it’s the most correct approach:
# Add to https://getambassador.io/yaml/consul/ambassador-consul-connector.yaml
env:
- name: CONSUL_HTTP_TOKEN
valueFrom:
secretKeyRef:
key: token
name: <helm release name>-consul-bootstrap-acl-token
It seems like there should be a better way that using the bootstrap token.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Document using Consul Connect integration with Consul ACLs
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity...
Read more >Secure Consul with Access Control Lists (ACLs)
Consul uses Access Control Lists (ACLs) to secure access to the UI, API, CLI, service communications, and agent communications.
Read more >Enabling, Integrating, and Automating Consul ACLs at Scale
Full Transcripts: https://www.hashicorp.com/resources/enabling- integrating -and-automating- consul - acls -at-scale -If you liked this video and ...
Read more >Learn How to Control Consul Resources Using ACL - Blog
Consul token is used as an authentication mechanism between client & server means it provides access only if someone authenticates with valid ...
Read more >Ambassador Edge Stack to Consul Connect
In the yaml file for Cluster Role For Administrator, you need to edit the last line of the file, and it probably needs...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.