Skip to content

Commit

Permalink
backport of commit b3bc654 (#19236)
Browse files Browse the repository at this point in the history
Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
  • Loading branch information
1 parent 6c84c14 commit 9a3c8f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions website/content/api-docs/system/auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions website/content/api-docs/system/mounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9a3c8f4

Please sign in to comment.