Skip to content

Users with SASL + SSL #4408

Answered by scholzj
fsouza-bux asked this question in Q&A
Feb 12, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

The configuration you have above is basically just TLS encryption and SCRAM-SHA-512 client authentication. So the users do not need any TLS certificates to authenticate. They just need to have a truststore from the <cluster-name>-cluster-ca-cert secret and the SCRAM-SHA-512 username and password from the user secret.

Strimzi does not support combining both TLS Client Authentication and SCRAM on the same listener (and I'm not 100% sure if Kafka supports it - but I guess it does if you use it ... out of curiosity, what would be the principal of such user after it connects?).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@fsouza-bux
Comment options

@fsouza-bux
Comment options

@scholzj
Comment options

Answer selected by fsouza-bux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants