From b53bb1cb7618c6cd2f4b8f2af36f28462ca91d4d Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Sat, 22 Jan 2022 19:07:19 +0100 Subject: [PATCH] Revert "Revert "InfluxDB enforce Auth"" This reverts commit e47e1c60609556cdce5bb5d04055e5c198e0c4ec. --- influxdb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb.nix b/influxdb.nix index 450056f..c1e339b 100644 --- a/influxdb.nix +++ b/influxdb.nix @@ -9,7 +9,7 @@ meta.reporting-disabled = true; data.query-log-enabled = false; http.bind-address = "localhost:8086"; - http.auth-enabled = false; + http.auth-enabled = true; http.log-enabled = false; }; };