Skip to content

Commit 5402a0a

Browse files
Copilotjstirnaman
andauthored
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 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jstirnaman <[email protected]> Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 0856e60 commit 5402a0a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,23 @@ This endpoint is used for troubleshooting and monitoring.
11511151

11521152
Environment variable: `INFLUXDB_HTTP_PPROF_ENABLED`
11531153

1154+
#### pprof-auth-enabled
1155+
1156+
Default is `false`.
1157+
1158+
Enables authentication on `/debug` endpoints. If enabled, users need admin
1159+
permissions to access the following endpoints:
1160+
1161+
- `/debug/pprof`
1162+
- `/debug/requests`
1163+
- `/debug/vars`
1164+
1165+
This setting has no effect if either
1166+
[`auth-enabled`](#auth-enabled) or
1167+
[`pprof-enabled`](#pprof-enabled) are set to `false`.
1168+
1169+
Environment variable: `INFLUXDB_HTTP_PPROF_AUTH_ENABLED`
1170+
11541171
#### https-enabled
11551172

11561173
Default is `false`.

0 commit comments

Comments
 (0)