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 94e674f..a003842 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 @@ -71,10 +71,11 @@ dependency "eks_keycloak" { config_path = "../eks-keycloak" mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"] mock_outputs = { - user_auth_realm = "mock.keycloak.example.com/auth" client_id = "mock-client-id" client_secret = "mock-client-secret" namespace = "keycloak" + public_endpoint = "https://mock.mock.svc.cluster.local:80/" + user_auth_realm = "mock.keycloak.example.com/auth" user_secret = "user-sso" } }