From a445588093d10e01d20c9b27ffd6501fa07237a6 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Tue, 29 Nov 2022 18:27:58 -0500 Subject: [PATCH] Backport of docs: Update acl-tokens.mdx into release/1.14.x (#15609) * backport of commit ae2b999c59a613763ce5ed560e212e3aaaab2cb8 * backport of commit 82b076d0f70c9de8a5ae9bfc3f689624b1b69b1c Co-authored-by: Chris S. Kim Co-authored-by: Dan Stough --- website/content/docs/security/acl/acl-tokens.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/security/acl/acl-tokens.mdx b/website/content/docs/security/acl/acl-tokens.mdx index 7ad23571c8b5..d93da8d72b4c 100644 --- a/website/content/docs/security/acl/acl-tokens.mdx +++ b/website/content/docs/security/acl/acl-tokens.mdx @@ -145,6 +145,7 @@ Refer to the [API](/api-docs/acl/tokens) or [command line](/commands/acl/token) | `NodeIdentities` | Specifies a list of node identities to apply to the token. See [Node Identities](/docs/security/acl/acl-roles#node-identities) in the "Roles" topic for additional information. | Array | none | | `Legacy` | Indicates if the token was created using the the legacy ACL system. | Boolean | `false` | | `Policies` | List of policies linked to the token, including the policy ID and name. | String | none | +| `Roles` | List of roles linked to the token, including the role ID and name. | String | none | ## Special-purpose Tokens