From 19a4c2961674bb9882457bd1f7b04f2a54aa1ccb Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 21 Apr 2025 17:17:58 -0400 Subject: [PATCH] add keycloak_public_url --- .../vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl index ffddffa..ff3d61e 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl @@ -120,6 +120,7 @@ inputs = { gogatekeeper_tag = include.root.inputs.gatekeeper_tag gogatekeeper_chart_version = include.root.inputs.gatekeeper_chart_version keycloak_fqdn = dependency.eks_keycloak.outputs.user_auth_realm + keycloak_public_url = dependency.eks_keycloak.outputs.public_endpoint keycloak_ns = dependency.eks_keycloak.outputs.namespace service_name = include.root.inputs.gatekeeper_service_name user_secret = dependency.eks_keycloak.outputs.user_secret