Skip to content
Discussion options

You must be logged in to vote

Hello,

I've found a workaround to make it work until the 3.1.0 releases which supports scram-sha-512
#14307 ^

Workaround for now
When using strimzi Kafka to make mimir work i've had to configure custom listener:
Works with ( strimzi 0.51.0 & 4.2 kafka)

    listeners:
        - name: saslplain
          port: 9092
          type: internal
          tls: false
          authentication:
            listenerConfig:
              org.apache.kafka.common.security.plain.PlainLoginModule: required
              plain.sasl.jaas.config: >
                org.apache.kafka.common.security.plain.PlainLoginModule required 
                username="admin" password="yyy" user_admin="yyy" 
              …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Tehacz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant