appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.41k stars 3.61k forks source link

[Feature]: Support for connecting via TLS to a managed Redis database #26723

Open felix-appsmith opened 1 year ago

felix-appsmith commented 1 year ago

Is there an existing issue for this?

Summary

The Appsmith Redis plugin currently allows you to connect to Redis instances that do not require the TLS protocol. For cases where it is explicitly necessary to connect via TLS, the plugin does not allow the connection and generates an error message saying Unexpected end of stream.

bee545eb17a0d564dd1f03c54c346f3e0a7745e1

Why should this be worked on?

It is important that this new feature is worked on, since there are currently services like DigitalOcean that require connection through TLS to access resources like Database Clusters. In this case, the official DigitalOcean documentation specifies that to connect remotely to a managed Redis database, it is necessary to do so using TLS.

ame-appsmith commented 8 months ago

Another user requested this feature.

Abhay-011 commented 2 months ago

Hi @Nikhil-Nandagopal,

I am encountering an issue with connecting Redis to Appsmith due to the inability to configure the TLS protocol. This is a significant blocker for our current development, which heavily relies on the Redis plugin in Appsmith.

Could you please provide any support or updates on this issue? Resolving this would greatly assist our ongoing projects.

Thank you for your help.

Nikhil-Nandagopal commented 2 months ago

@Abhay-011 could you tell us a bit about your use case? We're currently help up with multiple feature requests and I'm not sure when we will get to this. One suggestion I have would be to write an API for the redis datasource and have Appsmith integrate with that API

andreaziz commented 4 weeks ago

I have same problem here. I need to connect a redis with TLS enabled.