Skip to content

How to use an existing Keycloak instance #1388

Answered by lbroudoux
prmitic asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @prmitic,

The documentation is here: https://microcks.io/documentation/references/configuration/security-config/#reusing-an-existing-keycloak with principles being introduced here: https://microcks.io/documentation/explanations/deployment-options/#2-partially-managed

You can check this sample of the CRD: https://github.com/microcks/microcks-ansible-operator/blob/master/deploy/samples/openshift-features-ext-sso.yaml that relies on an external Keycloak instance. Basically, you just set the install: false and provide a url and privateUrl for back-channel communication.

The Keyclaok realms definition (full or addon) to use are located here: https://github.com/microcks/microcks/tree/master/…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by prmitic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment