add `entity-alias` parameter description (#13339)

This page is missing the `entity-alias` parameter description, available in the `vault token create --help` command
This commit is contained in:
Kaue Doretto Grecchi 2021-12-17 20:23:47 -03:00 committed by GitHub
parent e8a8853fcc
commit 2cc4ec2487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@ flags](/docs/commands) included on all commands.
- `-display-name` `(string: "")` - Name to associate with this token. This is a
non-sensitive value that can be used to help identify created secrets (e.g.
prefixes).
- `-entity-alias` `(string: "")` - Name of the entity alias to associate with
during token creation. Only works in combination with -role argument and used
entity alias must be listed in allowed_entity_aliases. If this has been
specified, the entity will not be inherited from the parent.
- `-explicit-max-ttl` `(duration: "")` - Explicit maximum lifetime for the
token. Unlike normal TTLs, the maximum TTL is a hard limit and cannot be