Document pprof-auth-enabled config option in Enterprise v1 (#6588)
* Initial plan * Add pprof-auth-enabled configuration option to Enterprise v1 data nodes Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>copilot/add-limits-callout-v1-12-3
parent
0856e60e55
commit
5402a0a356
|
|
@ -1151,6 +1151,23 @@ This endpoint is used for troubleshooting and monitoring.
|
|||
|
||||
Environment variable: `INFLUXDB_HTTP_PPROF_ENABLED`
|
||||
|
||||
#### pprof-auth-enabled
|
||||
|
||||
Default is `false`.
|
||||
|
||||
Enables authentication on `/debug` endpoints. If enabled, users need admin
|
||||
permissions to access the following endpoints:
|
||||
|
||||
- `/debug/pprof`
|
||||
- `/debug/requests`
|
||||
- `/debug/vars`
|
||||
|
||||
This setting has no effect if either
|
||||
[`auth-enabled`](#auth-enabled) or
|
||||
[`pprof-enabled`](#pprof-enabled) are set to `false`.
|
||||
|
||||
Environment variable: `INFLUXDB_HTTP_PPROF_AUTH_ENABLED`
|
||||
|
||||
#### https-enabled
|
||||
|
||||
Default is `false`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue