Skip to content

Commit

Permalink
keycloak defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 11, 2025
1 parent ef6b58b commit 691f7c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ locals {
keycloak_chart_version = "24.4.11"
keycloak_tag = "26.1.3"
keycloak_hostname = "keycloak"
keycloak_database = "keycloak_db"
keycloak_username = "keycloak_user"
# keycloak_password = "secure_password"
keycloak_database = "bitnami_keycloak"
keycloak_username = "bn_keycloak"
keycloak_password = "this is my very secure and totally random password horse battery staple now"
postgresql_tag = "17.4.0-debian-12-r2"

################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ inputs = {
# # Database configuration
keycloak_database = include.root.inputs.keycloak_database
keycloak_user = include.root.inputs.keycloak_username
keycloak_password = include.root.inputs.keycloak_password

# Project information
project_name = include.root.inputs.project_name
Expand Down

0 comments on commit 691f7c4

Please sign in to comment.