diff --git a/changelog/23287.txt b/changelog/23287.txt new file mode 100644 index 000000000..6d3229fb1 --- /dev/null +++ b/changelog/23287.txt @@ -0,0 +1,3 @@ +```release-note:improvement +website/docs: fix inaccuracies with unauthenticated_in_flight_requests_access parameter +``` \ No newline at end of file diff --git a/website/content/docs/configuration/listener/tcp.mdx b/website/content/docs/configuration/listener/tcp.mdx index e087d19f2..d80f46f6b 100644 --- a/website/content/docs/configuration/listener/tcp.mdx +++ b/website/content/docs/configuration/listener/tcp.mdx @@ -203,7 +203,10 @@ default value in the `"/sys/config/ui"` [API endpoint](/vault/api-docs/system/co - `unauthenticated_pprof_access` `(bool: false)` - If set to true, allows unauthenticated access to the `/v1/sys/pprof` endpoint. -- `unauthenticated_in_flight_request_access` `(bool: false)` - If set to true, allows + +### `inflight_requests_logging` parameters + +- `unauthenticated_in_flight_requests_access` `(bool: false)` - If set to true, allows unauthenticated access to the `/v1/sys/in-flight-req` endpoint. ### `custom_response_headers` parameters