Merge pull request 'feat: anonym auth for public dashboards' (#1) from anon-auth into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #1
This commit is contained in:
2022-06-13 23:35:58 +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
}
} }
}), }),