[FEATURE] [APP] Kafka - app authentication props on connection popup #15213
Labels
enhancement
New feature or request
tracked internally
Issue is also tracked in our internal issue tracker
triaged
For maintainers: This issue has been triaged by a Pipedream employee
Is your feature request related to a problem? Please describe.
Kafka app only allow host and port without any additional authentication information
End user usually have authentication mechanism setup to protect their Kafka instance, hence, we need to support that. Please add the
Authentication
prop with respective additional props as below:Authentication = SSL
The ssl option can be used to configure the TLS sockets. The options are passed directly to tls.connect and used to create the TLS Secure Context, all options are accepted.
Authentication = PLAIN
Authentication = AWS
References:
The text was updated successfully, but these errors were encountered: