keycloak-kubernetes icon indicating copy to clipboard operation
keycloak-kubernetes copied to clipboard

Keycloak config

Open Robinyo opened this issue 4 years ago • 2 comments

See: https://github.com/adorsys/keycloak-config-cli

Robinyo avatar Oct 17 '21 07:10 Robinyo

Could you elaborate on the goal of this issue? I only see a link to keycloak config cli repo.

lukaszbudnik avatar Oct 18 '21 06:10 lukaszbudnik

Sure, it is not really an issue it is a link to a project that I thought might be of interest.

You can also import a realm by copying it to your image:

FROM quay.io/keycloak/keycloak:15.0.2

COPY json /tmp

And:

KEYCLOAK_IMPORT=/tmp/development-realm.json
KEYCLOAK_MIGRATION_STRATEGY=OVERWRITE_EXISTING

For example: https://github.com/Robinyo/serendipity-2.0/tree/main/backend/services/serendipity-identity-server

Robinyo avatar Oct 18 '21 06:10 Robinyo

Closing this issue. main branch has been updated to 19.0.3 and also import works a little bit different.

lukaszbudnik avatar Oct 07 '22 19:10 lukaszbudnik