From 4a00042fa96ec23b16b3e157557a301b4604fc2e Mon Sep 17 00:00:00 2001 From: skestwal Date: Fri, 10 Oct 2025 10:06:01 +0530 Subject: [PATCH 1/6] feat(RHIDP-9113): update configuration steps for rhbk installation Signed-off-by: skestwal --- ci-scripts/rhdh-setup/create_resource.sh | 2 +- ci-scripts/rhdh-setup/deploy.sh | 4 ++-- ci-scripts/rhdh-setup/template/keycloak/keycloak-op.yaml | 8 ++++---- ci-scripts/rhdh-setup/template/keycloak/keycloak.yaml | 4 ++-- .../rhdh-setup/template/keycloak/keycloakClient.yaml | 4 ++-- .../rhdh-setup/template/keycloak/keycloakRealm.yaml | 4 ++-- ci-scripts/rhdh-setup/template/keycloak/keycloakUser.yaml | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ci-scripts/rhdh-setup/create_resource.sh b/ci-scripts/rhdh-setup/create_resource.sh index c6316d5f..15d48bfb 100755 --- a/ci-scripts/rhdh-setup/create_resource.sh +++ b/ci-scripts/rhdh-setup/create_resource.sh @@ -588,7 +588,7 @@ get_token() { log_token_err "Unable to get $token_type token, re-attempting" fi else - keycloak_pass=$(oc -n "${RHDH_NAMESPACE}" get secret credential-rhdh-sso -o template --template='{{.data.ADMIN_PASSWORD}}' | base64 -d) + keycloak_pass=$(oc -n "${RHDH_NAMESPACE}" get secret credential-rhdh-keycloak -o template --template='{{.data.ADMIN_PASSWORD}}' | base64 -d) if ! keycloak_token "$keycloak_pass" >"$token_file"; then log_token_err "Unable to get $token_type token, re-attempting" fi diff --git a/ci-scripts/rhdh-setup/deploy.sh b/ci-scripts/rhdh-setup/deploy.sh index a587fe2d..1bc3208b 100755 --- a/ci-scripts/rhdh-setup/deploy.sh +++ b/ci-scripts/rhdh-setup/deploy.sh @@ -234,8 +234,8 @@ keycloak_install() { ) envsubst