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

Add generic oauth support #148

Open
mingfang opened this issue Oct 16, 2024 · 2 comments
Open

Add generic oauth support #148

mingfang opened this issue Oct 16, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@mingfang
Copy link
Contributor

Currently Kamu supports Github oauth.

AuthProviderConfig::Github(github_config) => {

We use Keycloak and it support generic oauth.

@sergiimk sergiimk added the help wanted Extra attention is needed label Oct 17, 2024
@sergiimk
Copy link
Member

Indeed it would be great to provide a generic authN mechanism.

I guess we'll need to integrate OAuth2 along with some generic identity layer like OIDC, as we'll want to get at least an email of the user to send pipeline notifications to. Keycloak seems to support OIDC.

Would need to find a cheap way to e2e test this flow as well.

Will try to incorporate this into our roadmap.

@mingfang
Copy link
Contributor Author

maybe we can use the Keycloak Testcontainer
https://testcontainers.com/modules/keycloak/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants