Skip to content

Instantly share code, notes, and snippets.

@sl45sms
Created August 2, 2023 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sl45sms/9277447c66c4d60d06319447a47d179a to your computer and use it in GitHub Desktop.
Save sl45sms/9277447c66c4d60d06319447a47d179a to your computer and use it in GitHub Desktop.
keycloak on http
docker exec -t $(docker ps -q --filter="name=keycloak") bash # adapt to select your keycloak
./kcadm.sh config credentials --server http://localhost:8080 --realm master --user admin
./kcadm.sh update realms/master -s sslRequired=NONE
... any other realm here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment