-
Notifications
You must be signed in to change notification settings - Fork 80
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 smallrye-jwt and smallrye-jwt-build to existing services #1761
Comments
Hi! Can you give some context? What's the use case? |
Hi! The context is that I run Kogito in AWS cloud (using EKS) and looking for a way to get rid of the Keycloak completely. As a Keycloak alternative, I have an existing authentication solution with Azure AD, which enables getting a cookie with JWT in the web browser. But I need the Kogito to decode that JWT, so I can implement the authorization properly to ensure the user can see only what he is meant to see (according to the groups). It is easy with the custom Kogito service as the source code is in my hands. However, access to the Kogito platform services won't work unless they can read the same JWT and treat a user as authenticated (which is not the case, as JWT support is not there by default). |
Have you considered using the images as base for your custom one? |
Extending the Kogito images was one of the options I identified as a workaround - I'll continue investigating this approach. But adding an ARG will be a great improvement! Please do that. BR, |
@jletberg feel free to send a PR! |
[Feature request]
It is possible to make
smallrye-jwt
andsmallrye-jwt-build
extensions available out of the box for existing Kogito Services (such as data-index, jobs-service, etc.)?The text was updated successfully, but these errors were encountered: