Skip to content

Commit 83711de

Browse files
committed
update
1 parent ed74b3b commit 83711de

File tree

6 files changed

+3
-228
lines changed

6 files changed

+3
-228
lines changed

.obsidian/app.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.obsidian/appearance.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.obsidian/core-plugins-migration.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

.obsidian/core-plugins.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

.obsidian/workspace.json

Lines changed: 0 additions & 175 deletions
This file was deleted.

keycloak_update_from_pre_13.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,15 @@ You may now get rid of the command-parameters, which are no longer necessary:
118118
command: start
119119
```
120120

121+
If you run into troubles because your browser is still redirecting to `/auth` at login, then try clearing your browsers' cache and, if that doesn't help, start Keycloak once with the parameter `command: start --http-relative-path ""` to rebuild Keycloak correctly. After that you may remove that parameter again so that the command-line reads `command: start` again.
122+
121123
The new version picks up the `KC_DB` flag again, which is why you don't need the db-flag any longer, although Keycloak rebuilds every time on startup.
122124

123125
Of course this means, that you have to adapt all your clients now that you don't have the `http-relative-path` any more. But that should be expected, since this is a change to stay. It won't go away and your clients are better off if you fix this issue ASAP.
124126
Alternatively you could still append the flag, which would fix the URI, but your clients will still be broken, since so much has changed since the version you've upgraded from and now you have to update your clients anyway.
125127

126128
## Tidy up
127-
You now may get rid of all the commented-out lines in your `docker-compose.yml` and set the log-level to `info` again by specifying `- KC_LOG_LEVEL=debug`.
129+
You now may get rid of all the commented-out lines in your `docker-compose.yml` and set the log-level to `info` again by specifying `- KC_LOG_LEVEL=info`.
128130

129131
## Debugging Hostname Issues & Admin Console Name
130132
Add the following Quarkus-compiler-flag to your start-command in the `docker-compose.yml` file:

0 commit comments

Comments
 (0)