Skip to content

Commit

Permalink
Up-to-date ACL authorizer
Browse files Browse the repository at this point in the history
  • Loading branch information
bplommer committed Mar 28, 2022
1 parent c703388 commit b29a524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/src/test/scala/fs2/kafka/BaseKafkaSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ abstract class BaseKafkaSpec extends BaseAsyncSpec with ForEachTestContainer {
transactionTimeoutInterval.toMillis.toString
)
.withEnv("KAFKA_TRANSACTION_STATE_LOG_MIN_ISR", "1")
.withEnv("KAFKA_AUTHORIZER_CLASS_NAME", "kafka.security.authorizer.AclAuthorizer")
.withEnv("KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND", "true")
.setDockerImageName(s"$imageName:$imageVersion")

Expand Down

0 comments on commit b29a524

Please sign in to comment.