feat: anonym auth for public dashboards #1

Merged
thomasklein merged 1 commits from anon-auth into main 2022-06-13 23:36:06 +00:00

View File

@@ -35,6 +35,11 @@ resource "helm_release" "this" {
server = { server = {
root_url = "https://${local.ingress_domain}" root_url = "https://${local.ingress_domain}"
} }
"auth.anonymous" = {
enabled = true
org_role = "Viewer"
hide_version = true
}
} }
}), }),