Skip to content

Commit

Permalink
Updates for keycloak and gatekeeper integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Apr 16, 2025
1 parent f389f8d commit a15b1d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependency "eks_keycloak" {
client_id = "mock-client-id"
client_secret = "mock-client-secret"
namespace = "keycloak"
user_secret = "user-sso"
}
}

Expand Down Expand Up @@ -102,6 +103,7 @@ inputs = {
gatekeeper_tag = include.root.inputs.gatekeeper_tag
gatekeeper_version = include.root.inputs.gatekeeper_chart_version
keycloak_ns = dependency.eks_keycloak.outputs.namespace
user_secret = dependency.eks_keycloak.outputs.user_secret
client_id = dependency.eks_keycloak.outputs.client_id
client_secret = dependency.eks_keycloak.outputs.client_secret
keycloak_fqdn = dependency.eks_keycloak.outputs.user_auth_realm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ inputs = {
realm_username = include.root.inputs.keycloak_username
service_name = "keycloak"
telemetry_namespace = include.root.inputs.telemetry_namespace
admin_email = include.root.inputs.cluster_mailing_list

# # Database configuration
keycloak_database = include.root.inputs.keycloak_database
Expand Down

0 comments on commit a15b1d9

Please sign in to comment.