Update terraform/keycloak/terraform.tfvars
Keycloak Terraform / Terraform (push) Failing after 3m2s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s

This commit is contained in:
2026-06-29 14:07:10 +00:00
parent 7cfcfac94c
commit 976ea1fbe1
+3 -3
View File
@@ -96,8 +96,8 @@ oauth2_applications = {
post_logout_redirect_uris = ["https://auth.matrix.hexor.cy/*"]
}
Amnezia-Fellow = {
redirect_uris = ["https://awg.matrix.hexor.cy/auth/oidc/callback"]
web_origins = ["https://awg.matrix.hexor.cy"]
post_logout_redirect_uris = ["https://awg.matrix.hexor.cy/*"]
redirect_uris = ["https://awg.hexor.cy/auth/oidc/callback"]
web_origins = ["https://awg.hexor.cy"]
post_logout_redirect_uris = ["https://awg.hexor.cy/*"]
}
}