mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
fix: add default policy to consul acl configurations for the e2e cluster
This commit is contained in:
@@ -15,7 +15,8 @@ ui_config {
|
||||
}
|
||||
|
||||
acl {
|
||||
enabled = true
|
||||
enabled = true
|
||||
default_policy = "deny"
|
||||
tokens {
|
||||
initial_management = "${management_token}"
|
||||
agent = "${token}"
|
||||
|
||||
Reference in New Issue
Block a user