curityio / idsvr-helm

This repository contains the Curity Identity Server helm chart source code.
Apache License 2.0
10 stars 21 forks source link

Support multiple files in configuration configmap #30

Closed bokristoffersson closed 2 years ago

bokristoffersson commented 2 years ago

Configuration in Curity might be done using many xml-files. By adding a configurationExtraConfigMap that support many items it is possible to configure the server using more than one file. All files specified will be mounted in etc/init folder in the container. In the helm-values.yaml file:

configurationExtraConfigMap: extra-configmap-conf  
configurationExtraConfigMapItemNames:
        - admin-user.xml
        - authentication.xml
        - base.xml
        - environment.xml
        - facilties.xm
        - oauth.xml
        - user-managment.xml