Files
nomad/command/asset/consul-wi-default-policy.hcl
Luiz Aoqui 6761f1f98c cli: fix setup consul binding rule config (#19033)
When creating the binding rule, `BindName` must match the pattern used
for the role name, otherwise the task will not be able to login to
Consul.

Also update the equality check for the binding rule to ensure this
property is held even if the auth method already has existing binding
rules attached.
2023-11-08 15:13:16 -05:00

8 lines
77 B
HCL

service_prefix "" {
policy = "read"
}
key_prefix "" {
policy = "read"
}