fix: add default policy to consul acl configurations for the e2e cluster

This commit is contained in:
Juanadelacuesta
2025-03-14 16:38:23 +01:00
parent 3e1f56c1c0
commit 3af2da7362

View File

@@ -15,7 +15,8 @@ ui_config {
}
acl {
enabled = true
enabled = true
default_policy = "deny"
tokens {
initial_management = "${management_token}"
agent = "${token}"