knative-extensions / knative-extensions/func-go
TLS/SASL authentication for Kafka middleware
Open
- Dominant language
- Go
- Stars
- 7
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
The Kafka middleware currently only supports plaintext connections. Add support for:
- TLS (with optional CA cert and client cert)
- SASL/PLAIN
- SASL/SCRAM (SHA-256, SHA-512)
Configuration should come from environment variables, consistent with how brokers/topics/group are configured today.
Contributor guide
Assessment
This issue has not been assessed yet.