From 1366bba0421b9f2c5b89e6858dcb0fefe7f9eb9c Mon Sep 17 00:00:00 2001 From: Hills Eternity Date: Tue, 19 May 2026 12:40:51 +0000 Subject: [PATCH] Update terraform/keycloak/terraform.tfvars --- terraform/keycloak/terraform.tfvars | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/keycloak/terraform.tfvars b/terraform/keycloak/terraform.tfvars index e775b0b..cb76509 100644 --- a/terraform/keycloak/terraform.tfvars +++ b/terraform/keycloak/terraform.tfvars @@ -29,6 +29,11 @@ oauth2_applications = { post_logout_redirect_uris = ["https://ag.hexor.cy/*"] extra_optional_scopes = ["offline_access"] } + PGAdmin = { + redirect_uris = ["https://pg.hexor.cy/oauth2/authorize"] + web_origins = ["https://pg.hexor.cy"] + post_logout_redirect_uris = ["https://pg.hexor.cy/*"] + } Grafana = { redirect_uris = ["https://gf.hexor.cy/login/generic_oauth"] web_origins = ["https://gf.hexor.cy"]