mirror of https://github.com/status-im/consul.git
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
|
Name: builtin/dns
|
||
|
Input variables: None
|
||
|
Example usage:
|
||
|
consul acl token create -templated-policy builtin/dns
|
||
|
Raw Template:
|
||
|
|
||
|
node_prefix "" {
|
||
|
policy = "read"
|
||
|
}
|
||
|
service_prefix "" {
|
||
|
policy = "read"
|
||
|
}
|
||
|
query_prefix "" {
|
||
|
policy = "read"
|
||
|
}
|