Ambassador: Document using Consul Connect integration with Consul ACLs

Created on 4 Dec 2019  路  6Comments  路  Source: datawire/ambassador

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.

docs feature

All 6 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.

bump

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.

nope

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.

Bump.

Same issue with TLS for Consul Agents.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pratikmallya picture pratikmallya  路  5Comments

klarose picture klarose  路  5Comments

aroundthecode picture aroundthecode  路  4Comments

josephglanville picture josephglanville  路  3Comments

danielmittelman picture danielmittelman  路  3Comments