Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] [APP] Kafka - app authentication props on connection popup #15213

Open
vunguyenhung opened this issue Jan 7, 2025 · 0 comments
Open
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

Comments

@vunguyenhung
Copy link
Collaborator

vunguyenhung commented Jan 7, 2025

Is your feature request related to a problem? Please describe.
Kafka app only allow host and port without any additional authentication information
image

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.

  • rejectUnauthorized: boolean
    
  • ca: string
    
  • key: string
    
  • cert: string
    

Authentication = PLAIN

  • username: string
    
  • password: string
    

Authentication = AWS

  • authorizationIdentity: string
    
  • accessKeyId: string
    
  • secretAccessKey: string
    
  • sessionToken: string
    

References:

@vunguyenhung vunguyenhung added enhancement New feature or request tracked internally Issue is also tracked in our internal issue tracker labels Jan 7, 2025
@dylburger dylburger added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants