mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 02:54:27 +00:00
default to local openid instead of keycloak container dependency (#1794)
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
This commit is contained in:
parent
dc6680b257
commit
6ab89dab40
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user