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'