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"]