From 8c732762a6191a59518a3c62ea90eb3c0f5b88a0 Mon Sep 17 00:00:00 2001 From: Marc Boudreau Date: Thu, 28 Sep 2023 14:04:32 +0000 Subject: [PATCH] backport of commit a3936f14679e34b5b84e88e94cc301704cf1df10 --- changelog/23287.txt | 3 +++ website/content/docs/configuration/listener/tcp.mdx | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelog/23287.txt diff --git a/changelog/23287.txt b/changelog/23287.txt new file mode 100644 index 000000000000..6d3229fb1b07 --- /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 e087d19f2cff..d80f46f6b44d 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