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

Support for ACL Tokens #50

Merged
merged 6 commits into from
Jul 30, 2015
Merged

Conversation

gozer
Copy link
Contributor

@gozer gozer commented Jul 30, 2015

This is all the consul side of things for issue #27.

The rest needs to happen with CI.

gozer added 6 commits July 29, 2015 11:15
variable "master_acl_token" {
  description = "Master ACL Token (use uuidgen)"
}

variable "acl_down_policy" {
  description = "Policy for when ACL master is down"
  default = "extend-cache"
}

variable "acl_default_policy" {
  description = "Default ACL action for anonymous users"
  default = "allow"
}
to only manage them in one region, and we made that an option.
Simpler, doesn't need defaults that change per region, in our setup.
@gozer gozer changed the title This is all the consul side of things for issue #27. Support for ACL Tokens Jul 30, 2015
tinnightcap added a commit that referenced this pull request Jul 30, 2015
@tinnightcap tinnightcap merged commit 29a5a05 into nubisproject:master Jul 30, 2015
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

Successfully merging this pull request may close these issues.

2 participants