Skip to content

Commit

Permalink
Shorten headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Glass committed May 10, 2023
1 parent d4d6ab8 commit fad7f57
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The service token must be linked to policies that grant the following permission

@include 'create-token-requirements.mdx'

## Create a token linked to a service identity in Consul OSS
## Service identity in Consul OSS

Refer to [Service identities](/consul/docs/security/acl#service-identities) for information about creating service identities that you can link to tokens.

Expand Down Expand Up @@ -77,7 +77,7 @@ $ curl --request PUT http://127.0.0.1:8500/v1/acl/token \

</Tabs>

## Create a token linked to a service identity in Consul Enterprise <EnterpriseAlert inline />
## Service identity in Consul Enterprise <EnterpriseAlert inline />

Refer to [Service identities](/consul/docs/security/acl#service-identities) for information about creating service identities that you can link to tokens.

Expand Down Expand Up @@ -123,7 +123,7 @@ $ curl --request PUT http://127.0.0.1:8500/v1/acl/token \

</Tabs>

## Create a token linked to a custom policy in Consul OSS
## Custom policy in Consul OSS

When you are unable to link tokens to a service identity, you can define custom policies, register them with Consul, and link the policies to tokens that enable services to register into the Consul catalog.

Expand Down Expand Up @@ -259,7 +259,7 @@ $ curl --request PUT http://127.0.0.1:8500/v1/acl/token \

</Tabs>

## Create a token linked to a custom policy in Consul Enterprise <EnterpriseAlert inline/>
## Custom policy in Consul Enterprise <EnterpriseAlert inline/>

When you are unable to link tokens to a service identity, you can define custom policies, register them with Consul, and link the policies to tokens that enable services to register into the Consul catalog.

Expand Down

0 comments on commit fad7f57

Please sign in to comment.