Skip to content

Commit

Permalink
backport of commit a3936f1 (#23372)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Boudreau <marc.boudreau@hashicorp.com>
  • Loading branch information
hc-github-team-secure-vault-core and Marc Boudreau authored Sep 28, 2023
1 parent 1d1da2d commit 539c8c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/23287.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
website/docs: fix inaccuracies with unauthenticated_in_flight_requests_access parameter
```
5 changes: 4 additions & 1 deletion website/content/docs/configuration/listener/tcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 539c8c5

Please sign in to comment.