Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
When Kafka delegation token obtained, SCRAM sasl.mechanism has to be configured for authentication. This can be configured on the related source/sink which is inconvenient from user perspective. Such granularity is not required and this configuration can be implemented with one central parameter.
Kafka now supports 2 SCRAM related sasl.mechanism:
- SCRAM-SHA-256
- SCRAM-SHA-512
and these are configured on brokers, which makes this configuration global.