mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 18:48:08 +00:00 
			
		
		
		
	replace whitelist with allow (#19217)
This commit is contained in:
		| @@ -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"`, |     in the UI-specific listing endpoint. Valid values are `"unauth"` or `"hidden"`, | ||||||
|     with the default `""` being equivalent to `"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. |     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. |     allowing a plugin to include them in the response. | ||||||
|  |  | ||||||
|   - `plugin_version` `(string: "")` – Specifies the semantic version of the plugin |   - `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"`, |   in the UI-specific listing endpoint. Valid values are `"unauth"` or `"hidden"`, | ||||||
|   with the default `""` being equivalent to `"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. |   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. |   allowing a plugin to include them in the response. | ||||||
|  |  | ||||||
| - `token_type` `(string: "")` – Specifies the type of tokens that should be | - `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 |     in the UI-specific listing endpoint. Valid values are `"unauth"` or | ||||||
|     `"hidden"`. If not set, behaves like `"hidden"`. |     `"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. |     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. |     allowing a plugin to include them in the response. | ||||||
|  |  | ||||||
|   - `plugin_version` `(string: "")` – Specifies the semantic version of the plugin |   - `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"`. |   the UI-specific listing endpoint. Valid values are `"unauth"` or `"hidden"`. | ||||||
|   If not set, behaves like `"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. |   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. |   allowing a plugin to include them in the response. | ||||||
|  |  | ||||||
| - `allowed_managed_keys` `(array: [])` - List of managed key registry entry names | - `allowed_managed_keys` `(array: [])` - List of managed key registry entry names | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 claire bontempo
					claire bontempo