From c564ab6cc365ada43a3310576228467d1c607a0c Mon Sep 17 00:00:00 2001 From: Tamas Kiss Date: Tue, 14 Jun 2022 01:33:11 +0200 Subject: [PATCH] feat: anonym auth for public dashboards --- helm.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm.tf b/helm.tf index 207b828..507f6c3 100644 --- a/helm.tf +++ b/helm.tf @@ -35,6 +35,11 @@ resource "helm_release" "this" { server = { root_url = "https://${local.ingress_domain}" } + "auth.anonymous" = { + enabled = true + org_role = "Viewer" + hide_version = true + } } }),