Update terraform/keycloak/terraform.tfvars
Keycloak Terraform / Terraform (push) Successful in 18s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 5s

This commit is contained in:
2026-06-29 14:03:55 +00:00
parent 4b981e3d97
commit 7cfcfac94c
+5
View File
@@ -95,4 +95,9 @@ oauth2_applications = {
web_origins = ["https://auth.matrix.hexor.cy"]
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/*"]
}
}