mirror of https://github.com/status-im/consul.git
17 lines
354 B
Plaintext
17 lines
354 B
Plaintext
Name: builtin/dns
|
|
Description: Gives the token or role permissions for the Consul DNS to query services in the network.
|
|
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"
|
|
}
|