-
Notifications
You must be signed in to change notification settings - Fork 0
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
Keycloak docker container issue #1
Comments
This was the root of the problem. I deleted them, and the file was uploaded successfully. I will add some temporary remarks regarding the issue to README.md and push it to the master branch. I will also update tt_realm_config.json and push it to the develop branch, continuing to test everything until it is fully polished.
|
Dockerfile has been added. Now we can built our customized Keycloak docker container. However, importing realm is still a manual process. I have lost my mind researching different versions of Keycloak. I've spent a lot of time researching various versions of Keycloak and need a day or two to take a break and clear my mind. Tomorrow, I will be researching Keycloak-backend stability with realm import still performed manually. |
The issue with --import-realm has been resolved. I am now testing the image and preparing to establish a connection with the PostgreSQL database intended for Keycloak's instance. |
ROLE_ prefix fixed in application/src/main/java/com/semiramide/timetracker/application/config/SecurityConfig.java See commit 76569f8 |
bash script for testing keycloak flow added, role assigned, user created/updated/deleted. the flow works |
The issue with the Keycloak Docker container remains unresolved. However, my research has yielded some insights. I am currently preparing the materials for a customized Docker image. The main challenge is that Keycloak is unable to import the advanced tt_realm_config.json file, which was exported from a non-Dockerized Keycloak installation on the malfunctioning workstation.
The text was updated successfully, but these errors were encountered: