Created
August 3, 2025 18:10
-
-
Save saiqulhaq/abfe0f285251a1a47861c689120f4c4f to your computer and use it in GitHub Desktop.
fix require SSL in Keycloak in start-dev (development mode)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⏺ 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