backport of commit a3936f14679e34b5b84e88e94cc301704cf1df10 (#23372)

Co-authored-by: Marc Boudreau <marc.boudreau@hashicorp.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-09-28 16:16:28 -04:00 committed by GitHub
parent dcb99aea75
commit f761e5c1ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

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