Hi all, Currently, we support Basic Auth for Kafka Connect Rest APIs[0]. That is being supported through connect Rest Extension[1]. I was wondering if we had plans to extend the authentication mechanisms like SASL as in other places in the Kafka Project.
[0] - https://docs.confluent.io/current/security/basic-auth.html#basic-auth-kconnect [1] - https://github.com/apache/kafka/blob/trunk/connect/basic-auth-extension/src/main/java/org/apache/kafka/connect/rest/basic/auth/extension/BasicAuthSecurityRestExtension.java Thanks, Mandeep Gandhi