Skip to content

Commit

Permalink
backport of commit 1ed642d (hashicorp#20242)
Browse files Browse the repository at this point in the history
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
  • Loading branch information
hc-github-team-secure-vault-core and yhyakuna committed Apr 19, 2023
1 parent ebd2b08 commit 51e95bb
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 51e95bb

Please sign in to comment.