Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Auth Module for authentication for stackstorm using keycloak #136

Open
jerinjoseopscruise opened this issue Feb 6, 2024 · 1 comment

Comments

@jerinjoseopscruise
Copy link

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.

@cognifloyd cognifloyd transferred this issue from StackStorm/stackstorm-k8s Apr 11, 2024
@cognifloyd
Copy link
Member

I transferred this from the helm chart repo, because this is a more general discussion.

A new auth backend would be great!
Have you signed the CLA?
Are you willing to open source the code under the Apache 2 license (the only license we use in the StackStorm org)?
Do you have a link to the code that we can review, and then perhaps transfer it under the StackStorm org?

For now, if you want to use an alternate auth backend with k8s, you need to use a custom docker image that adds the relevant python packages. Then use the helm chart values to adjust st2.conf settings to use that new auth backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants