Description
I have developed a custom authentication backend called opscruise_keycloak for integration with StackStorm. This backend leverages the Keycloak Python library to seamlessly connect with Keycloak servers. During regular StackStorm installations, the integration of this custom backend proves successful, ensuring smooth authentication processes.
However, when deploying StackStorm using Helm charts, a challenge arises. Helm deployments lack the flexibility to accommodate updates or configurations for custom authentication backends, posing a hurdle in seamlessly incorporating our opscruise_keycloak package.
I need help to make my package come up by default with the helm-based deployment.
Also, I wanted to make my package publically available for all the Stackstorm users as an open-source package.