Compare commits

...

2 Commits

Author SHA1 Message Date
afc1ebf04d 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
2022-06-13 23:35:58 +00:00
c564ab6cc3 feat: anonym auth for public dashboards
All checks were successful
continuous-integration/drone/pr Build is passing
2022-06-14 01:33:11 +02: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
}
} }
}), }),