From 4e366819150ede91edb25bab49463337d068cd23 Mon Sep 17 00:00:00 2001 From: "Chris S. Kim" Date: Tue, 29 Nov 2022 20:48:38 +0000 Subject: [PATCH 1/2] backport of commit ae2b999c59a613763ce5ed560e212e3aaaab2cb8 --- website/content/docs/security/acl/acl-tokens.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/security/acl/acl-tokens.mdx b/website/content/docs/security/acl/acl-tokens.mdx index 7ad23571c8b5..17e3a0b141be 100644 --- a/website/content/docs/security/acl/acl-tokens.mdx +++ b/website/content/docs/security/acl/acl-tokens.mdx @@ -145,7 +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 Your ACL administrator can configure several tokens that enable specific functions, such as bootstrapping the ACL From 4c2391755b15fafd647d025b0b02b0b39afc3d8f Mon Sep 17 00:00:00 2001 From: "Chris S. Kim" Date: Tue, 29 Nov 2022 20:51:11 +0000 Subject: [PATCH 2/2] backport of commit 82b076d0f70c9de8a5ae9bfc3f689624b1b69b1c --- 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 17e3a0b141be..d93da8d72b4c 100644 --- a/website/content/docs/security/acl/acl-tokens.mdx +++ b/website/content/docs/security/acl/acl-tokens.mdx @@ -146,6 +146,7 @@ Refer to the [API](/api-docs/acl/tokens) or [command line](/commands/acl/token) | `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 Your ACL administrator can configure several tokens that enable specific functions, such as bootstrapping the ACL