mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
docs: Migrate link formats (#18696)
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Updating docs-content-check-legacy-links-format hash * Migrating links to new format Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@ deny
|
||||
## Usage
|
||||
|
||||
The following flags are available in addition to the [standard set of
|
||||
flags](/docs/commands) included on all commands.
|
||||
flags](/vault/docs/commands) included on all commands.
|
||||
|
||||
### Output Options
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ token_policies [my-policy]
|
||||
## Usage
|
||||
|
||||
The following flags are available in addition to the [standard set of
|
||||
flags](/docs/commands) included on all commands.
|
||||
flags](/vault/docs/commands) included on all commands.
|
||||
|
||||
### Output Options
|
||||
|
||||
@@ -82,7 +82,7 @@ flags](/docs/commands) included on all commands.
|
||||
|
||||
- `-explicit-max-ttl` `(duration: "")` - Explicit maximum lifetime for the
|
||||
token. Unlike normal TTLs, the maximum TTL is a hard limit and cannot be
|
||||
exceeded. Uses [duration format strings](/docs/concepts/duration-format).
|
||||
exceeded. Uses [duration format strings](/vault/docs/concepts/duration-format).
|
||||
|
||||
- `-id` `(string: "")` - Value for the token. By default, this is an
|
||||
auto-generated value. Specifying this value requires sudo permissions.
|
||||
@@ -101,7 +101,7 @@ flags](/docs/commands) included on all commands.
|
||||
- `-period` `(duration: "")` - If specified, every renewal will use the given
|
||||
period. Periodic tokens do not expire as long as they are actively being
|
||||
renewed (unless `-explicit-max-ttl` is also provided). Setting this value
|
||||
requires sudo permissions. Uses [duration format strings](/docs/concepts/duration-format).
|
||||
requires sudo permissions. Uses [duration format strings](/vault/docs/concepts/duration-format).
|
||||
|
||||
- `-policy` `(string: "")` - Name of a policy to associate with this token. This
|
||||
can be specified multiple times to attach multiple policies.
|
||||
@@ -115,7 +115,7 @@ flags](/docs/commands) included on all commands.
|
||||
|
||||
- `-ttl` `(duration: "")` - Initial TTL to associate with the token. Token
|
||||
renewals may be able to extend beyond this value, depending on the configured
|
||||
maximumTTLs. Uses [duration format strings](/docs/concepts/duration-format).
|
||||
maximumTTLs. Uses [duration format strings](/vault/docs/concepts/duration-format).
|
||||
|
||||
- `-type` `(string: "service")` - The type of token to create. Can be "service" or "batch".
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ The `token` command groups subcommands for interacting with tokens. Users can
|
||||
create, lookup, renew, and revoke tokens.
|
||||
|
||||
For more information on tokens, please see the [token concepts
|
||||
page](/docs/concepts/tokens).
|
||||
page](/vault/docs/concepts/tokens).
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ $ vault token lookup -accessor 9793c9b3-e04a-46f3-e7b8-748d7da248da
|
||||
## Usage
|
||||
|
||||
The following flags are available in addition to the [standard set of
|
||||
flags](/docs/commands) included on all commands.
|
||||
flags](/vault/docs/commands) included on all commands.
|
||||
|
||||
### Output Options
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ $ vault token renew -increment=30m 96ddf4bc-d217-f3ba-f9bd-017055595017
|
||||
## Usage
|
||||
|
||||
The following flags are available in addition to the [standard set of
|
||||
flags](/docs/commands) included on all commands.
|
||||
flags](/vault/docs/commands) included on all commands.
|
||||
|
||||
### Output Options
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ Success! Revoked token (if it existed)
|
||||
## Usage
|
||||
|
||||
The following flags are available in addition to the [standard set of
|
||||
flags](/docs/commands) included on all commands.
|
||||
flags](/vault/docs/commands) included on all commands.
|
||||
|
||||
- `-accessor` `(bool: false)` - Treat the argument as an accessor instead of a
|
||||
token.
|
||||
|
||||
Reference in New Issue
Block a user