Skip to content

Commit

Permalink
VAULT-20339: fixed typo in parameter name and moved it to correct sec…
Browse files Browse the repository at this point in the history
…tion (hashicorp#23287)

* docs: fixed typo in parameter name and moved it to correct section

* add changelog file
  • Loading branch information
Marc Boudreau authored Sep 28, 2023
1 parent 9fc67b6 commit a3936f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/23287.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
website/docs: fix inaccuracies with unauthenticated_in_flight_requests_access parameter
```
5 changes: 4 additions & 1 deletion website/content/docs/configuration/listener/tcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3936f1

Please sign in to comment.