Skip to content

Commit

Permalink
Update kcb-ci-runner.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kami619 committed May 31, 2023
1 parent 77a32e2 commit dc873e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kcb-ci-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [[ "$SCENARIO" == *"Realm"* ]]; then
elif [[ "$SCENARIO" == *"authentication"* ]]; then
export WORKLOAD_PARAM="$WORKLOAD_PARAM --realm-name=test-realm"
else
export WORKLOAD_PARAM="$WORKLOAD_PARAM --client-secret=$CLIENT_SECRET"
export WORKLOAD_PARAM="$WORKLOAD_PARAM --client-secret=$CLIENT_SECRET --realm-name=test-realm"
fi

if [[ -n "$LOGOUT_PERCENTAGE" ]]; then
Expand Down

0 comments on commit dc873e9

Please sign in to comment.