Closed emaciejm closed 3 years ago
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: https://issues.apache.org/jira/browse/KAFKA-12590
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) error: ERROR Exiting Kafka due to fatal exception (kafka.Kafka$) java.lang.NoClassDefFoundError: kafka/security/auth/SimpleAclAuthorizer
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.
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. For Keycloak authorization there has been an issue opened #178. That will have to be fixed.
Have you checked the compatibility with Kafka 3.0? In my opinion, it does not work.