We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3253111 commit 5c092ddCopy full SHA for 5c092dd
1 file changed
tf/deployment/modules/shared/zitadel/cloud/project.tf
@@ -32,7 +32,7 @@ locals {
32
# redirectUris intentionally empty for now — add the o11y grafana host
33
# (https://<host>/login/generic_oauth) once it's finalised
34
redirectUris = ["https://grafana.futostatus.com/login/generic_oauth", "https://grafana.staging.futostatus.com/login/generic_oauth"]
35
- roles = [{ key = "GrafanaAdmin", grants_to = ["immich_admin"] }, { key = "Editor", grants_to = ["team", "yucca"] }]
+ roles = [{ key = "GrafanaAdmin", grants_to = ["immich_admin"] }, { key = "Editor", grants_to = ["team", "yucca"] }, { key = "Viewer", grants_to = ["futo"] }]
36
},
37
{
38
name = "Outline"
0 commit comments