Keycloak configuration : try to understand Epiphany version 2.0.4 #3320
-
Hello @przemyslavic, Initially we configured keycloak at "kind: configuration/applications" in yaml file. It was created a namespace in master cluster vm. Note: I have created separate PostgreSQL Server in cloud so no need to create a component via Epiphany. Configuration: kind: configuration/keycloak Could you help me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
@MurugaAzure ---
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 |
Beta Was this translation helpful? Give feedback.
-
Hello @przemyslavic , I am facing issue. Run Ansible failed. could you please help me. Error: 2023-01-30T14:41:44.4667699Z 14:41:44 INFO cli.src.ansible.AnsibleCommand - TASK [preflight : Keycloak checks] *********************************************�[0m Configuration: kind: configuration/features
kind: configuration/keycloak |
Beta Was this translation helpful? Give feedback.
@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):
Then you can configure it according to your needs by modifying
kind: configuration/keycloak
document in your input data yaml file.