turn off ssl for spiffworkflow realm as well

This commit is contained in:
burnettk 2022-08-17 18:09:58 -04:00
parent f982020e77
commit daa9993a62
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ 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 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'
fi