mirror of https://github.com/hashicorp/consul
7 lines
426 B
Plaintext
7 lines
426 B
Plaintext
Name: builtin/service
|
|
Description: Gives the token or role permissions to register a service and discover services in the Consul catalog. It also gives the specified service's sidecar proxy the permission to discover and route traffic to other services.
|
|
Input variables:
|
|
Name: String - Required - The name of the service.
|
|
Example usage:
|
|
consul acl token create -templated-policy builtin/service -var name:api
|