Skip to content

Keycloak configuration : try to understand Epiphany version 2.0.4 #3320

Answered by przemyslavic
MurugaAzure asked this question in Q&A
Discussion options

You must be logged in to vote

@MurugaAzure
Please use code snippets/blocks to make it more readable.
The way of installing Keycloak has been changed in v2.0.2 and since then there have been no changes in this area.
By default Keycloak is disabled, to enable it use the following code snippet (as described in the documentation):

---
kind: configuration/features
title: "Features to be enabled/disabled"
name: default
provider: <provider>
specification:
  features:
    - _merge: true
    - name: keycloak
      enabled: true

Then you can configure it according to your needs by modifying kind: configuration/keycloak document in your input data yaml file.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by seriva
Comment options

You must be logged in to vote
7 replies
@MurugaAzure
Comment options

@MurugaAzure
Comment options

@przemyslavic
Comment options

@MurugaAzure
Comment options

@MurugaAzure
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants