Skip to content
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

Does take acl.tokens.agent into account #30

Open
AceYin0622 opened this issue Jan 2, 2019 · 0 comments
Open

Does take acl.tokens.agent into account #30

AceYin0622 opened this issue Jan 2, 2019 · 0 comments

Comments

@AceYin0622
Copy link

When we trying to create consul cluster with this configuration:

CONSUL_LOCAL_CONFIG={
  "skip_leave_on_interrupt": true,
  "leave_on_terminate": true,
  "primary_datacenter": "dc1",
  "acl": {
    "enabled": true,
    "default_policy": "deny",
    "down_policy": "extend-cache",
    "tokens": {
      "master": "${var.acl_master_token_staging}",
      "agent": "${var.acl_agent_token_staging}",
      "default": "${var.acl_agent_token_staging}"
    }
  },
  "encrypt": "${var.encryption_key_staging}",
  "client_addr": "0.0.0.0"
}'

but the acl.tokens.agent is not in any of the nodes..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant