Commit 37820943 authored by Kaue Doretto Grecchi's avatar Kaue Doretto Grecchi Committed by Heather Simon
Browse files

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

This page is missing the `entity-alias` parameter description, available in the `vault token create --help` command
parent d5794933
Branches unavailable
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment