From 7db3993b7733f87695949191c063cf7093f17f9d Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 11 Mar 2025 22:07:43 -0400 Subject: [PATCH] use client id and secret --- .../eks-gogatekeeper/terragrunt.hcl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-gogatekeeper/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-gogatekeeper/terragrunt.hcl index 86c95d4..9d5ac6b 100644 --- a/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-gogatekeeper/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-gogatekeeper/terragrunt.hcl @@ -68,10 +68,10 @@ inputs = { keycloak_public_url = dependency.eks_keycloak.outputs.public_endpoint # Service Behind Gatekeeper Config - service_name = "grafana" + service_name = "test_gc" redirection_url = dependency.eks_grafana.outputs.public_endpoint - # client_id = dependency.eks_keycloak.outputs.client_id - # client_secret = dependency.eks_keycloak.outputs.client_secret - client_id = "client_id" - client_secret = "client_secret" + client_id = dependency.eks_keycloak.outputs.client_id + client_secret = dependency.eks_keycloak.outputs.client_secret + # client_id = "client_id" + # client_secret = "client_secret" }