backport of commit a3936f14679e34b5b84e88e94cc301704cf1df10 (#23372)
Co-authored-by: Marc Boudreau <marc.boudreau@hashicorp.com>
This commit is contained in:
parent
dcb99aea75
commit
f761e5c1ee
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
website/docs: fix inaccuracies with unauthenticated_in_flight_requests_access parameter
|
||||
```
|
|
@ -203,7 +203,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…
Reference in New Issue