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:
parent
71e189afbc
commit
bee232a55a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue