mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Allowed characters in paths (#6015)
This commit is contained in:
parent
1c44ec7839
commit
e71065d851
@ -69,6 +69,8 @@ For example, enable the "foo" auth method will make it accessible at
|
||||
- `path` `(string: <required>)` – Specifies the path in which to enable the auth
|
||||
method. This is part of the request URL.
|
||||
|
||||
!> **NOTE:** Use ASCII printable characters to specify the desired path.
|
||||
|
||||
- `description` `(string: "")` – Specifies a human-friendly description of the
|
||||
auth method.
|
||||
|
||||
|
||||
@ -70,6 +70,8 @@ This endpoint enables a new secrets engine at the given path.
|
||||
- `path` `(string: <required>)` – Specifies the path where the secrets engine
|
||||
will be mounted. This is specified as part of the URL.
|
||||
|
||||
!> **NOTE:** Use ASCII printable characters to specify the desired path.
|
||||
|
||||
- `type` `(string: <required>)` – Specifies the type of the backend, such as
|
||||
"aws".
|
||||
|
||||
@ -110,8 +112,8 @@ This endpoint enables a new secrets engine at the given path.
|
||||
`pki` backends. This is only available in Vault Enterprise.
|
||||
|
||||
- `options` `(map<string|string>: nil)` - Specifies mount type specific options
|
||||
that are passed to the backend.
|
||||
|
||||
that are passed to the backend.
|
||||
|
||||
*Key/Value (KV)*
|
||||
- `version` `(string: "1")` - The version of the KV to mount. Set to "2" for mount
|
||||
KV v2.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user