mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 12:07:02 +02:00
replace whitelist with allow (#19217)
This commit is contained in:
parent
4bfc64992a
commit
b3bc654249
@ -127,10 +127,10 @@ For example, enable the "foo" auth method will make it accessible at
|
||||
in the UI-specific listing endpoint. Valid values are `"unauth"` or `"hidden"`,
|
||||
with the default `""` being equivalent to `"hidden"`.
|
||||
|
||||
- `passthrough_request_headers` `(array: [])` - List of headers to whitelist
|
||||
- `passthrough_request_headers` `(array: [])` - List of headers to allow
|
||||
and pass from the request to the plugin.
|
||||
|
||||
- `allowed_response_headers` `(array: [])` - List of headers to whitelist,
|
||||
- `allowed_response_headers` `(array: [])` - List of headers to allow,
|
||||
allowing a plugin to include them in the response.
|
||||
|
||||
- `plugin_version` `(string: "")` – Specifies the semantic version of the plugin
|
||||
@ -325,10 +325,10 @@ can be achieved without `sudo` via `sys/mounts/auth/[auth-path]/tune`._
|
||||
in the UI-specific listing endpoint. Valid values are `"unauth"` or `"hidden"`,
|
||||
with the default `""` being equivalent to `"hidden"`.
|
||||
|
||||
- `passthrough_request_headers` `(array: [])` - List of headers to whitelist
|
||||
- `passthrough_request_headers` `(array: [])` - List of headers to allow
|
||||
and pass from the request to the plugin.
|
||||
|
||||
- `allowed_response_headers` `(array: [])` - List of headers to whitelist,
|
||||
- `allowed_response_headers` `(array: [])` - List of headers to allow,
|
||||
allowing a plugin to include them in the response.
|
||||
|
||||
- `token_type` `(string: "")` – Specifies the type of tokens that should be
|
||||
|
@ -160,10 +160,10 @@ This endpoint enables a new secrets engine at the given path.
|
||||
in the UI-specific listing endpoint. Valid values are `"unauth"` or
|
||||
`"hidden"`. If not set, behaves like `"hidden"`.
|
||||
|
||||
- `passthrough_request_headers` `(array: [])` - List of headers to whitelist
|
||||
- `passthrough_request_headers` `(array: [])` - List of headers to allow
|
||||
and pass from the request to the plugin.
|
||||
|
||||
- `allowed_response_headers` `(array: [])` - List of headers to whitelist,
|
||||
- `allowed_response_headers` `(array: [])` - List of headers to allow,
|
||||
allowing a plugin to include them in the response.
|
||||
|
||||
- `plugin_version` `(string: "")` – Specifies the semantic version of the plugin
|
||||
@ -367,10 +367,10 @@ This endpoint tunes configuration parameters for a given mount point.
|
||||
the UI-specific listing endpoint. Valid values are `"unauth"` or `"hidden"`.
|
||||
If not set, behaves like `"hidden"`.
|
||||
|
||||
- `passthrough_request_headers` `(array: [])` - List of headers to whitelist
|
||||
- `passthrough_request_headers` `(array: [])` - List of headers to allow
|
||||
and pass from the request to the plugin.
|
||||
|
||||
- `allowed_response_headers` `(array: [])` - List of headers to whitelist,
|
||||
- `allowed_response_headers` `(array: [])` - List of headers to allow,
|
||||
allowing a plugin to include them in the response.
|
||||
|
||||
- `allowed_managed_keys` `(array: [])` - List of managed key registry entry names
|
||||
|
Loading…
Reference in New Issue
Block a user