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
This commit is contained in:
Marc Boudreau
2023-09-28 10:04:32 -04:00
committed by GitHub
parent 9fc67b6656
commit a3936f1467
2 changed files with 7 additions and 1 deletions

3
changelog/23287.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:improvement
website/docs: fix inaccuracies with unauthenticated_in_flight_requests_access parameter
```

View File

@@ -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