Skip to content

Commit

Permalink
[Docs] Mark the 'policies' parameter as deprecated for tokens (hashic…
Browse files Browse the repository at this point in the history
…orp#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>
  • Loading branch information
yhyakuna and tvoran committed Apr 18, 2023
1 parent eb64287 commit 1ed642d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/content/partials/tokenfields.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 1ed642d

Please sign in to comment.