Remove useless consul acl

This commit is contained in:
Daniel Berteaud 2024-10-01 23:53:42 +02:00
parent e9fb502f81
commit d90c80fc03
2 changed files with 0 additions and 23 deletions

View File

@ -1,15 +1,3 @@
key_prefix "" {
policy = "read"
}
node_prefix "" {
policy = "read"
}
service_prefix "" {
policy = "read"
}
[[- range $k, $v := .egress_gw.services ]]
service "[[ $k ]]" {
policy = "write"

View File

@ -1,11 +0,0 @@
key_prefix "" {
policy = "read"
}
node_prefix "" {
policy = "read"
}
service_prefix "" {
policy = "read"
}