mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00: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:
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
|
||||
|
||||
Reference in New Issue
Block a user