-
Notifications
You must be signed in to change notification settings - Fork 90
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
[QUESTION] Strimzi integration with OPENID (AWS Cognito OAuth) #29
Comments
@klalafaryan Could you paste a full stacktrace? It seems that your issue is on the client side, not on the Strimzi side. To get more logging, enable io.strimzi DEBUG level logging. For the broker specify the following in your Strimzi Kafka custom resource:
|
@mstruk Thanks for your quick reply. We are using the AWS Cognito
And in
Seems like from OAuth specification the scope parameter is optional. Is this a mandatory requirement for strimzi to have the |
It currently is a required parameter. Looks like we'll have to relax that to support a wider set of OAuth2 authorization servers. |
@klalafaryan There's Strimzi release in the making, and we're already a little late with it, so it probably won't make it. But you can build your own, with this patch included. If you follow strimzi-kafka-operator/HACKING.md it should give you enough information to pull that off. But if you have some problems, let me know. |
Closing this issue as it should be resolved by #30 |
Hello everyone!
We are trying to integrate the strimzi with AWS cognito OAuth. And seems like strimzi doesn't support integration with JWT.
It expects to have the scope in the response. I have found following check in OAuthAuthenticator.java
We have following configuration in the strimzi kafka:
and following configuration for the client:
Could you please give some directions ?
Any help is appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: