From 3c38f03a5f6c46e9d0d381ee36362ed2367fa5af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 10:44:50 +0800 Subject: [PATCH] fix: /grafana should be off (#6966) (#6967) Co-authored-by: Klesh Wong --- config-ui/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config-ui/nginx.conf b/config-ui/nginx.conf index c9987f661b5..0b9aa250308 100644 --- a/config-ui/nginx.conf +++ b/config-ui/nginx.conf @@ -45,6 +45,7 @@ ${SERVER_CONF} } location /grafana/ { + auth_basic off; set $external "${USE_EXTERNAL_GRAFANA}"; if ($external = "true") { return 302 "${GRAFANA_ENDPOINT}";