[Docs] Mark the 'policies' parameter as deprecated for tokens (#20238)

* Mark the 'policies' parameter as deprecated

* Update website/content/partials/tokenfields.mdx

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>

---------

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
This commit is contained in:
Yoko Hyakuna 2023-04-18 16:55:05 -07:00 committed by GitHub
parent f2d8762679
commit e7a43f86ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -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'