From 790ba2c3ded4505f3db0ae0f4f3eebb693a9d73b Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 18 May 2026 14:54:45 +0300 Subject: [PATCH] Moved argocd to keycloac --- terraform/keycloak/terraform.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/keycloak/terraform.tfvars b/terraform/keycloak/terraform.tfvars index 95cb249..a25e218 100644 --- a/terraform/keycloak/terraform.tfvars +++ b/terraform/keycloak/terraform.tfvars @@ -23,7 +23,7 @@ oauth2_applications = { post_logout_redirect_uris = ["https://gt.hexor.cy/*"] } ArgoCD = { - redirect_uris = ["https://ag.hexor.cy/auth/callback"] + redirect_uris = ["https://ag.hexor.cy/api/dex/callback"] web_origins = ["https://ag.hexor.cy"] post_logout_redirect_uris = ["https://ag.hexor.cy/*"] extra_optional_scopes = ["offline_access"]