From 13f676db358ca641847ad1e7e33a483428f35e82 Mon Sep 17 00:00:00 2001 From: Marc Boudreau Date: Tue, 26 Sep 2023 13:59:01 -0400 Subject: [PATCH 1/2] docs: fixed typo in parameter name and moved it to correct section --- website/content/docs/configuration/listener/tcp.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/docs/configuration/listener/tcp.mdx b/website/content/docs/configuration/listener/tcp.mdx index 0fdce0525d5f..6c814a5cf5b2 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 From f5a0cff405d3b847abd67b0b75925a6e7c3a3752 Mon Sep 17 00:00:00 2001 From: Marc Boudreau Date: Tue, 26 Sep 2023 14:10:21 -0400 Subject: [PATCH 2/2] add changelog file --- changelog/23287.txt | 3 +++ 1 file changed, 3 insertions(+) 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