mirror of https://github.com/status-im/consul.git
19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
Name: builtin/nomad-client
|
|
Description: Gives the token or role permissions required for integration with a nomad client.
|
|
Input variables: None
|
|
Example usage:
|
|
consul acl token create -templated-policy builtin/nomad-client
|
|
Raw Template:
|
|
agent_prefix "" {
|
|
policy = "read"
|
|
}
|
|
node_prefix "" {
|
|
policy = "read"
|
|
}
|
|
service_prefix "" {
|
|
policy = "write"
|
|
}
|
|
key_prefix "" {
|
|
policy = "read"
|
|
}
|