-
Notifications
You must be signed in to change notification settings - Fork 6
Set keycloak login theme #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
backend/docker-dev.sh
Outdated
| if [ $1 == "up" ] | ||
| then | ||
| docker-compose -f docker-compose.dev.yml up -d | ||
| # need to add volume so we can copy the clowder theme into the right place inside the container |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not just add the volume to the docker compose? with this approach if anyone runs the default docker compose to run the full stack it will not include this.
backend/keycloak/realm-export.json
Outdated
| "resetPasswordAllowed": false, | ||
| "editUsernameAllowed": false, | ||
| "resetPasswordAllowed": true, | ||
| "editUsernameAllowed": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure we want to allow them to change their username? I think we just want the username to default to their email address?
# Conflicts: # backend/keycloak/clowder-realm-dev.json
Removed healthcheck for keycloak.
To test:
sh docker-dev.sh upgo to clowder frontend and try login, you should see an interface like this:

I followed tutorial of https://medium.com/keycloak/change-login-theme-in-keycloak-docker-image-55b5fa5ceec4
CSS is adjusted based on this.