feat: anonym auth for public dashboards
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-06-14 01:33:11 +02:00
parent 5806753f3a
commit c564ab6cc3

View File

@@ -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
}
}
}),