Remove useless consul acl
This commit is contained in:
parent
e9fb502f81
commit
d90c80fc03
@ -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"
|
||||
|
@ -1,11 +0,0 @@
|
||||
key_prefix "" {
|
||||
policy = "read"
|
||||
}
|
||||
|
||||
node_prefix "" {
|
||||
policy = "read"
|
||||
}
|
||||
|
||||
service_prefix "" {
|
||||
policy = "read"
|
||||
}
|
Loading…
Reference in New Issue
Block a user