Skip to content

Commit 5c092dd

Browse files
authored
feat: grant futo the viewer role on grafana o11y (#1846)
1 parent 3253111 commit 5c092dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tf/deployment/modules/shared/zitadel/cloud

tf/deployment/modules/shared/zitadel/cloud/project.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ locals {
3232
# redirectUris intentionally empty for now — add the o11y grafana host
3333
# (https://<host>/login/generic_oauth) once it's finalised
3434
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"] }]
35+
roles = [{ key = "GrafanaAdmin", grants_to = ["immich_admin"] }, { key = "Editor", grants_to = ["team", "yucca"] }, { key = "Viewer", grants_to = ["futo"] }]
3636
},
3737
{
3838
name = "Outline"

0 commit comments

Comments
 (0)