Skip to content

Commit

Permalink
add discovery_url
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent 19a4c29 commit d6b1691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6b1691

Please sign in to comment.