From f344140620e185855bd34b6759a5fe79e0aef94b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:34:17 +0000 Subject: [PATCH 1/2] Initial plan From 06674a65b9fcbbe1aca86cfa3fd67cb12a6dc321 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:45:06 +0000 Subject: [PATCH 2/2] Add pprof-auth-enabled configuration option to Enterprise v1 data nodes Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --- .../configure/config-data-nodes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md b/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md index f247042bc1..608be8f9bf 100644 --- a/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md +++ b/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md @@ -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`.