From a3936f14679e34b5b84e88e94cc301704cf1df10 Mon Sep 17 00:00:00 2001 From: Marc Boudreau Date: Thu, 28 Sep 2023 10:04:32 -0400 Subject: [PATCH] VAULT-20339: fixed typo in parameter name and moved it to correct section (#23287) * docs: fixed typo in parameter name and moved it to correct section * add changelog file --- 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 0000000000..6d3229fb1b --- /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 0fdce0525d..6c814a5cf5 100644 --- a/website/content/docs/configuration/listener/tcp.mdx +++ b/website/content/docs/configuration/listener/tcp.mdx @@ -211,7 +211,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