default to local openid instead of keycloak container dependency (#1794)

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
This commit is contained in:
Kevin Burnett 2024-06-21 15:38:52 +00:00 committed by GitHub
parent dc6680b257
commit 6ab89dab40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ acceptance_test_mode="false"
arg_1="${1:-}"
if [[ "$arg_1" == "localopenid" ]]; then
use_local_open_id="true"
use_local_open_id="true"
if [[ "$arg_1" == "keycloak" ]]; then
use_local_open_id="false"
shift
fi
if [[ "$arg_1" == "acceptance" ]]; then