Skip to content

Instantly share code, notes, and snippets.

@saiqulhaq
Created August 3, 2025 18:10
Show Gist options
  • Save saiqulhaq/abfe0f285251a1a47861c689120f4c4f to your computer and use it in GitHub Desktop.
Save saiqulhaq/abfe0f285251a1a47861c689120f4c4f to your computer and use it in GitHub Desktop.
fix require SSL in Keycloak in start-dev (development mode)
⏺ Bash(docker exec keycloak_app /opt/keycloak/bin/kcadm.sh config credentials --server http://localhost:8080 --realm master --user admin --password 123)
⎿  Logging into http://localhost:8080 as user admin of realm master
⏺ Bash(docker exec keycloak_app /opt/keycloak/bin/kcadm.sh update realms/master -s sslRequired=NONE)
⎿  (No content)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment