Squashed 'spiffworkflow-backend/' changes from 593f33ca5..2148c39fc

2148c39fc no user input, please

git-subtree-dir: spiffworkflow-backend
git-subtree-split: 2148c39fcaa217f3c46d64f25171ac05ed25fe90
This commit is contained in:
burnettk 2022-10-17 10:20:35 -04:00
parent 71e189afbc
commit bee232a55a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ docker exec keycloak /opt/keycloak/bin/kc.sh import --file /tmp/quarkus-realm.js
echo 'imported realms'
if [ "${TURN_OFF_SSL:-}" == "true" ]; then
docker exec -it keycloak /opt/keycloak/bin/kcadm.sh config credentials --server http://localhost:8080 --realm master --user admin
docker exec -it keycloak /opt/keycloak/bin/kcadm.sh config credentials --server http://localhost:8080 --realm master --user admin --password admin
docker exec -it keycloak /opt/keycloak/bin/kcadm.sh update realms/master -s sslRequired=NONE
docker exec -it keycloak /opt/keycloak/bin/kcadm.sh update realms/spiffworkflow -s sslRequired=NONE
echo 'turned off SSL requirement'