mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-24 04:01:37 +01:00
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:
parent
9fc67b6656
commit
a3936f1467
3
changelog/23287.txt
Normal file
3
changelog/23287.txt
Normal file
@ -0,0 +1,3 @@
|
||||
```release-note:improvement
|
||||
website/docs: fix inaccuracies with unauthenticated_in_flight_requests_access parameter
|
||||
```
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user