Skip to content

Commit

Permalink
feat: adds keycloak event listener provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ahennr committed Apr 10, 2024
1 parent a3d1316 commit 8d5f126
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/shogun/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,22 @@ keycloak:
volumeMounts:
- name: realm-import
mountPath: "/share"
- name: keycloak-event-listener-container
image: docker-public.terrestris.de/shogun/keycloak-event-listener:1.0
command: ['cp', '/event-listener-shogun-jar-with-dependencies.jar', '/opt/bitnami/keycloak/providers/event-listener-shogun-jar-with-dependencies.jar']
volumeMounts:
- name: providers
mountPath: /opt/bitnami/keycloak/providers
extraVolumes:
- name: realm-import
emptyDir: {}
- name: providers
emptyDir: {}
extraVolumeMounts:
- name: realm-import
mountPath: /opt/bitnami/keycloak/data/import
- name: providers
mountPath: /opt/bitnami/keycloak/providers
externalDatabase:
host: shogun-postgis.default.svc.cluster.local
user: keycloak
Expand Down

0 comments on commit 8d5f126

Please sign in to comment.