From b58035926fbeb15dc3098b1d2d9a6f6b5eb5ce94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Tue, 11 May 2021 19:03:24 +0200
Subject: [PATCH] Disable authentication for grafana (fix #226)

---
 execution/helm/values.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/execution/helm/values.yaml b/execution/helm/values.yaml
index b4f2ffdea..5a34ab24f 100644
--- a/execution/helm/values.yaml
+++ b/execution/helm/values.yaml
@@ -25,6 +25,11 @@ grafana:
   adminUser: admin
   adminPassword: admin
   grafana.ini:
+    #org_name: Theodolite
+    auth.anonymous:
+      # enable anonymous access
+      enabled: true
+      org_role: Admin # Role for unauthenticated users, other valid values are `Viewer`, `Editor` and `Admin`
     users:
       default_theme: light
   ## Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders
-- 
GitLab