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

consul maint being blocking by ACLs #1223

Closed
armon opened this issue Sep 8, 2015 · 2 comments
Closed

consul maint being blocking by ACLs #1223

armon opened this issue Sep 8, 2015 · 2 comments
Assignees
Labels
type/bug Feature does not function as expected
Milestone

Comments

@armon
Copy link
Member

armon commented Sep 8, 2015

In the default-deny setup, it seems consul maint is not able to make progress even with the correct ACL tokens that have write permissions. Errors also occur on the server side for this.

/cc: @ryanuber @sean-

@armon armon added the type/bug Feature does not function as expected label Sep 8, 2015
@armon armon added this to the 0.6.0 milestone Sep 8, 2015
@ryanuber ryanuber self-assigned this Sep 8, 2015
@ryanuber
Copy link
Member

Looks like our tokens were only being used in query mode for consul maint. Above PR should fix that and thread the token through during check registration.

sean- pushed a commit to sean-/consul that referenced this issue Sep 10, 2015
@sean-
Copy link
Contributor

sean- commented Sep 10, 2015

Back ported to 0.5.2 in my branch acl-maint if people in the future care or need this between now and 0.6 being released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Feature does not function as expected
Projects
None yet
Development

No branches or pull requests

3 participants