mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +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:
@@ -28,5 +28,5 @@ Success! Disabled the auth method (if it existed) at: userpass/
|
||||
|
||||
## Usage
|
||||
|
||||
There are no flags beyond the [standard set of flags](/docs/commands)
|
||||
There are no flags beyond the [standard set of flags](/vault/docs/commands)
|
||||
included on all commands.
|
||||
|
||||
@@ -17,7 +17,7 @@ auth method.
|
||||
An auth method is responsible for authenticating users or machines and assigning
|
||||
them policies and a token with which they can access Vault. Authentication is
|
||||
usually mapped to policy. Please see the [policies
|
||||
concepts](/docs/concepts/policies) page for more information.
|
||||
concepts](/vault/docs/concepts/policies) page for more information.
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -36,17 +36,17 @@ Success! Data written to: auth/userpass/users/sethvargo
|
||||
```
|
||||
|
||||
For more information on the specific configuration options and paths, please see
|
||||
the [auth method](/docs/auth) documentation.
|
||||
the [auth method](/vault/docs/auth) documentation.
|
||||
|
||||
## 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.
|
||||
|
||||
- `-audit-non-hmac-request-keys` `(string: "")` - Key that will not be HMAC'd
|
||||
by audit devices in the request data object. Note that multiple keys may be
|
||||
specified by providing this option multiple times, each time with 1 key.
|
||||
An example of this is provided in the [tune section](/docs/commands/auth/tune).
|
||||
An example of this is provided in the [tune section](/vault/docs/commands/auth/tune).
|
||||
|
||||
- `-audit-non-hmac-response-keys` `(string: "")` - Key that will not be HMAC'd
|
||||
by audit devices in the response data object. Note that multiple keys may be
|
||||
@@ -55,7 +55,7 @@ flags](/docs/commands) included on all commands.
|
||||
- `-default-lease-ttl` `(duration: "")` - The default lease TTL for this auth
|
||||
method. If unspecified, this defaults to the Vault server's globally
|
||||
configured default lease TTL, or a previously configured value for the auth
|
||||
method. Uses [duration format strings](/docs/concepts/duration-format).
|
||||
method. Uses [duration format strings](/vault/docs/concepts/duration-format).
|
||||
|
||||
- `-passthrough-request-headers` `(string: "")` - request header values that will
|
||||
be sent to the auth method. Note that multiple keys may be
|
||||
|
||||
@@ -39,5 +39,5 @@ $ vault auth help my-method/
|
||||
|
||||
## Usage
|
||||
|
||||
There are no flags beyond the [standard set of flags](/docs/commands)
|
||||
There are no flags beyond the [standard set of flags](/vault/docs/commands)
|
||||
included on all commands.
|
||||
|
||||
@@ -13,10 +13,10 @@ The `auth` command groups subcommands for interacting with Vault's auth methods.
|
||||
Users can list, enable, disable, and get help for different auth methods.
|
||||
|
||||
For more information, please see the [auth method
|
||||
documentation](/docs/auth) or the [authentication
|
||||
concepts](/docs/concepts/auth) page.
|
||||
documentation](/vault/docs/auth) or the [authentication
|
||||
concepts](/vault/docs/concepts/auth) page.
|
||||
|
||||
To authenticate to Vault as a user or machine, use the [`vault login`](/docs/commands/login) command instead. This command is for
|
||||
To authenticate to Vault as a user or machine, use the [`vault login`](/vault/docs/commands/login) command instead. This command is for
|
||||
interacting with the auth methods themselves, not authenticating to Vault.
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -58,7 +58,7 @@ token/ token auth_token_aafab997 system system defaul
|
||||
## 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
|
||||
|
||||
|
||||
@@ -30,5 +30,5 @@ $ vault auth move ns1/auth/approle/ ns2/auth/new-approle/
|
||||
|
||||
## Usage
|
||||
|
||||
There are no flags beyond the [standard set of flags](/docs/commands)
|
||||
There are no flags beyond the [standard set of flags](/vault/docs/commands)
|
||||
included on all commands.
|
||||
|
||||
@@ -70,7 +70,7 @@ user_lockout_threshold 10
|
||||
## 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.
|
||||
|
||||
- `-allowed-response-headers` `(string: "")` - response header values that the auth
|
||||
method will be allowed to set.
|
||||
@@ -97,7 +97,7 @@ flags](/docs/commands) included on all commands.
|
||||
|
||||
- `-max-lease-ttl` `(duration: "")` - The maximum lease TTL for this auth
|
||||
method. If unspecified, this defaults to the Vault server's globally
|
||||
configured [maximum lease TTL](/docs/configuration#max_lease_ttl), or a
|
||||
configured [maximum lease TTL](/vault/docs/configuration#max_lease_ttl), or a
|
||||
previously configured value for the auth method. This value is allowed to
|
||||
override the server's global max TTL; it can be longer or shorter.
|
||||
|
||||
@@ -110,7 +110,7 @@ flags](/docs/commands) included on all commands.
|
||||
|
||||
- `-plugin-version` `(string: "")` - Configures the semantic version of the plugin
|
||||
to use. The new version will not start running until the mount is
|
||||
[reloaded](/docs/commands/plugin/reload).
|
||||
[reloaded](/vault/docs/commands/plugin/reload).
|
||||
|
||||
- `-user-lockout-threshold` `(string: "")` - Specifies the number of failed login attempts
|
||||
after which the user is locked out. User lockout feature was added in Vault 1.13.
|
||||
|
||||
Reference in New Issue
Block a user