From fad7f57d2518d2fbb4e1c06c8dd0ea225375885a Mon Sep 17 00:00:00 2001 From: Paul Glass Date: Wed, 10 May 2023 13:57:36 -0500 Subject: [PATCH] Shorten headings --- .../security/acl/tokens/create/create-a-service-token.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/docs/security/acl/tokens/create/create-a-service-token.mdx b/website/content/docs/security/acl/tokens/create/create-a-service-token.mdx index 053b93c70015..cf9d6cd54748 100644 --- a/website/content/docs/security/acl/tokens/create/create-a-service-token.mdx +++ b/website/content/docs/security/acl/tokens/create/create-a-service-token.mdx @@ -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. @@ -77,7 +77,7 @@ $ curl --request PUT http://127.0.0.1:8500/v1/acl/token \ -## Create a token linked to a service identity in Consul Enterprise +## Service identity in Consul Enterprise Refer to [Service identities](/consul/docs/security/acl#service-identities) for information about creating service identities that you can link to tokens. @@ -123,7 +123,7 @@ $ curl --request PUT http://127.0.0.1:8500/v1/acl/token \ -## 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. @@ -259,7 +259,7 @@ $ curl --request PUT http://127.0.0.1:8500/v1/acl/token \ -## Create a token linked to a custom policy in Consul Enterprise +## Custom policy in Consul Enterprise 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.