From f761e5c1ee5ce6c883fb7c0ec91bda5794ef125e Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Thu, 28 Sep 2023 16:16:28 -0400 Subject: [PATCH] backport of commit a3936f14679e34b5b84e88e94cc301704cf1df10 (#23372) Co-authored-by: Marc Boudreau --- 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 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