question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Document using Consul Connect integration with Consul ACLs

See original GitHub issue

https://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:open
  • Created 4 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
stale[bot]commented, May 18, 2020

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.

2reactions
stale[bot]commented, Jul 18, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found