You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Set `KC_DB=dev-file` explicitly before `kc.sh build` to replace the
implicit default, which Keycloak 26 now warns about deprecating.
`dev-file` preserves existing behavior; operators needing a real
database override `KC_DB` at build time.
- Move `KC_HTTP_ENABLED` and `KC_HOSTNAME_STRICT` to an `ENV` *after*
`kc.sh build`. They are runtime options; having them in the build
environment triggered a "will be ignored during build time" warning.
0 commit comments