Skip to content

Commit 6104824

Browse files
authored
feat: add survey.immich.app OIDC application (#1873)
1 parent 780e564 commit 6104824

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ locals {
9292
]
9393
roles = [{ key = "Granted", grants_to = ["yucca"] }]
9494
},
95+
{
96+
name = "Survey"
97+
roles = [
98+
{ key = "survey-admin", grants_to = ["immich_admin"] },
99+
{ key = "survey-editor", grants_to = ["team"] },
100+
]
101+
authMethod = "POST"
102+
redirectUris = ["https://survey.immich.app/api/auth/callback"]
103+
},
95104
{
96105
name = "OVHCloud"
97106
protocol = "saml"

0 commit comments

Comments
 (0)