Skip to content

Commit

Permalink
Updated realm id
Browse files Browse the repository at this point in the history
  • Loading branch information
cditcher committed Dec 31, 2024
1 parent 8440011 commit 875c975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-flb-sc-config-m
SOAM_KC_LOAD_USER_ADMIN=$(oc -n $COMMON_NAMESPACE-$envValue -o json get secret sso-admin-${envValue} | sed -n 's/.*"username": "\(.*\)"/\1/p' | base64 --decode)
SOAM_KC_LOAD_USER_PASS=$(oc -n $COMMON_NAMESPACE-$envValue -o json get secret sso-admin-${envValue} | sed -n 's/.*"password": "\(.*\)",/\1/p' | base64 --decode)
SOAM_KC=soam-$envValue.apps.silver.devops.gov.bc.ca
SOAM_KC_REALM_ID="master"

echo Fetching SOAM token
TKN=$(curl -s \
Expand Down

0 comments on commit 875c975

Please sign in to comment.