-
Notifications
You must be signed in to change notification settings - Fork 93
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
kafka 3.0 #128
Comments
On which side? Client or server? |
The broker does not start after adding strimzi oauth libraries. I'm not 100% sure, but here could be the reason: |
So is it just the authorization? What version of the OAuth library are you using? The authentication is IMHO covered in our system tests. I think the authroization should be as well. |
I used version 0.8.1 ( turned on: strimzi.authorization.delegate.to.kafka.acl=true) |
Yeah, looks like we need to update some things. We will have a look at it, thanks for reporting it. The STs do not seem to cover the delegation :-/. |
Díky moc. |
Should be fixed in 0.9.0-rc1 ... please give it a try if you want. |
Closing as the 0.9.0 is now release. |
Hey, I would like to ask if strimzi's authentication and authorization also
works with Kafka running without a zookeeper. and what to pay attention to
when migrating Kafka to kraft, in the context of strimzi-auth. Thank you
in advance for your answer.
Regards.
Maciej Malecki
|
I'm starting to add tests for Kraft mode. AFAICT the authentication part works. |
Have you checked the compatibility with Kafka 3.0? In my opinion, it does not work.
The text was updated successfully, but these errors were encountered: