Coder Social home page Coder Social logo

Comments (4)

unguiculus avatar unguiculus commented on August 16, 2024

Custom scripts can be any executable scripts, no just CLI scripts. However, they are run right before Keycloak is started.

See:

Another option could be to use a lifecycle hook. However, Kubernetes does not guarantee a pod ready before executing a hook, so you'll have to add some logic that waits for Keycloak to be up and running if you need that.

from helm-charts.

aperullo avatar aperullo commented on August 16, 2024

I tried those and had no success with such methods. I did find this link inside some old keycloak mailing list entry.

https://access.redhat.com/documentation/en-us/red_hat_single_sign-on/7.0/html/server_administration_guide/export_import

Ended up setting up keycloak how I wanted with the ldap, then exporting the config and including it as a config map that gets loaded with extraArgs

extraArgs: "-Dkeycloak.migration.action=import -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.file=/opt/jboss/import.json -Dkeycloak.migration.strategy=OVERWRITE_EXISTING"

from helm-charts.

unguiculus avatar unguiculus commented on August 16, 2024

That's pretty much what's suggested in the readme: https://github.com/codecentric/helm-charts/tree/master/charts/keycloak#setting-a-custom-realm

from helm-charts.

unguiculus avatar unguiculus commented on August 16, 2024

Closing this as solved.

from helm-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.