diff --git a/lab/_envcommon/default-versions.hcl b/lab/_envcommon/default-versions.hcl index 79c19ad..c0d347e 100644 --- a/lab/_envcommon/default-versions.hcl +++ b/lab/_envcommon/default-versions.hcl @@ -60,7 +60,7 @@ locals { namespaces = { arcgis = "arcgis" cert-manager = "kube-system" - gogatekeeper = "keycloak" + gatekeeper = "keycloak" grafana = local.telemetry_namespace istio = "istio-system" k8s-dashboard = local.telemetry_namespace @@ -93,9 +93,9 @@ locals { ################ # GoGatekeeper ################ - gatekeeper_tag = "3.18.2" - gatekeeper_chart_version = "0.1.53" - gatekeeper_service_name = "gatekeeper" + gatekeeper_tag = "3.3.0" + gatekeeper_chart_version = "0.1.54" + gatekeeper_service_name = "gatekeeper" ################ # Grafana 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 ff3d61e..d49f026 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 @@ -119,6 +119,8 @@ inputs = { client_secret = dependency.eks_keycloak.outputs.client_secret gogatekeeper_tag = include.root.inputs.gatekeeper_tag gogatekeeper_chart_version = include.root.inputs.gatekeeper_chart_version + namespace = include.root.inputs.namespaces["gatekeeper"] + discovery_url = dependency.eks_keycloak.outputs.discovery_url 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