strimzi / strimzi-kafka-oauth

OAuth2 support for Apache Kafka® to work with many OAuth2 authorization servers
Apache License 2.0
143 stars 89 forks source link

Update Kafka version to 3.2.0 #152

Closed mstruk closed 2 years ago

mstruk commented 2 years ago

That includes using Kafka 3.2.0 containers for the testsuite, and adding Keycloak Authorization Services permissions for new producer defaults that require IdemponentWrite on Cluster:kafka-cluster.

Also addresses some new intermittent issues coming up when using the new version.

Also adds an improved DENIED logging in KeycloakRBACAuthorizer to log the denials marked as non-logging denials to a regular log rather than not logging them at all.

Signed-off-by: Marko Strukelj marko.strukelj@gmail.com