zilla icon indicating copy to clipboard operation
zilla copied to clipboard

Kafka authentication methods

Open jfallows opened this issue 2 years ago • 0 comments

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 / PLAIN https://github.com/aklivity/zilla/pull/89
  • [x] SASL / SCRAM https://github.com/aklivity/zilla/pull/126
  • [ ] Delegation Tokens (SASL / SSL)

jfallows avatar Mar 23 '22 17:03 jfallows