Skip to content

Commit d5ba37b

Browse files
authored
feat: add loopdedupe to the cloud zitadel (#1701)
1 parent 4004e01 commit d5ba37b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ locals {
4747
roles = [{ key = "Granted", grants_to = ["immich_admin", "team"] }]
4848
redirectUris = ["https://oauth2-proxy.internal.immich.cloud/oauth2/callback"]
4949
},
50+
{
51+
name = "LoopDedupe"
52+
roles = [{ key = "Granted", grants_to = ["immich_admin", "team", "contributor", "support"] }]
53+
authMethod = "BASIC"
54+
redirectUris = ["https://loopdedupe.internal.immich.cloud/oauth2/callback"]
55+
},
5056
{
5157
name = "OVHCloud"
5258
protocol = "saml"

0 commit comments

Comments
 (0)