From 51e95bbb9cc855746543007f0db93ec69c13a894 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Tue, 18 Apr 2023 20:17:54 -0400 Subject: [PATCH] backport of commit 1ed642d126bd1c46dc9086b802384c88982d671d (#20242) Co-authored-by: Yoko Hyakuna --- website/content/partials/tokenfields.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/content/partials/tokenfields.mdx b/website/content/partials/tokenfields.mdx index 5cc49591a205..43308afcf23a 100644 --- a/website/content/partials/tokenfields.mdx +++ b/website/content/partials/tokenfields.mdx @@ -7,8 +7,9 @@ - `token_policies` `(array: [] or comma-delimited string: "")` - List of token policies to encode onto generated tokens. Depending on the auth method, this list may be supplemented by user/group/other values. -- `policies` `(array: [] or comma-delimited string: "")` - List of token - policies to encode onto generated tokens. Depending on the auth method, this - list may be supplemented by user/group/other values. +- `policies` `(array: [] or comma-delimited string: "")` - DEPRECATED: Please + use the `token_policies` parameter instead. List of token policies to encode + onto generated tokens. Depending on the auth method, this list may be + supplemented by user/group/other values. @include 'tokenstorefields.mdx'