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
Copilot 2025-12-15 09:37:12 -06:00 committed by GitHub
parent 0856e60e55
commit 5402a0a356
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

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