Kafka authentication methods
Kafka client currently supports mTLS via TLS client certificates.
Review alternative authentication methods and consider adding Kafka client support.
- [ ]
SASL / JAAS - [ ]
SASL / GSSAPI (Kerberos) - [ ]
SASL / OAUTHBEARER - [x]
SASL / PLAINhttps://github.com/aklivity/zilla/pull/89 - [x]
SASL / SCRAMhttps://github.com/aklivity/zilla/pull/126 - [ ]
Delegation Tokens (SASL / SSL)
Any updates on this list? Looking for SASL / OAUTHBEARER w/SSL
+1 would love to use SASL / OAUTHBEARER.
@ccsrvs @rupurt
What is the source for your OAUTHBEARER tokens?
They would have an expiration and need to be refreshed periodically?
We were trying to have zilla work with Google's Managed Kafka. https://github.com/googleapis/managedkafka/blob/main/kafka-auth-local-server/kafka_gcp_credentials_server.py