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

ACLs Disabled #18

Open
rradkris opened this issue Aug 15, 2017 · 0 comments
Open

ACLs Disabled #18

rradkris opened this issue Aug 15, 2017 · 0 comments

Comments

@rradkris
Copy link

rradkris commented Aug 15, 2017

Hi, I've setup a 3 nodes kubernetes consul cluster and able to access the consul UI (localhost:8500/ui). Further, I'm trying test the services by login into the individual consul nodes and issue (curl -l http://localhost:8500/ui/) for health check. But, I got the the error message "ACLs are disabled in this Consul cluster. This is the default behavior, as you have to explicitly enable them". so, i'm trying to enable the ACL by made the following configurations under /consul/config/master.json and restarting all the three nodes one by one. But, the ACL seems to be not enabled at the end and not sure any issues in the configuration. so, I want to understand any configurations/steps missing here. It would be great if you could share your thoughts. Thanks.

{
"acl_datacenter":"mydc",
"acl_default_policy":"allow",
"acl_down_policy":"allow",
"acl_master_token":
}

https://www.consul.io/docs/guides/acl.html#bootstrapping-acls
http://jovandeginste.github.io/2016/05/04/turning-on-acl-s-in-our-consul-cluster.html

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