feat: [#22155] Optional SSL support for Redshift plugin#22844
feat: [#22155] Optional SSL support for Redshift plugin#22844harshmange44 wants to merge 2 commits intoappsmithorg:releasefrom
Conversation
| { | ||
| "label": "Default", | ||
| "value": "DEFAULT" | ||
| }, |
There was a problem hiding this comment.
Can you please remove:
(1) "hidden": true
This should make the SSL dropdown visible on the Redshift datasource config page.
(2) Options that do not apply e.g. verify-ca, verify-full
| { | ||
| "label": "Default", | ||
| "value": "DEFAULT" | ||
| }, |
There was a problem hiding this comment.
Can you please add a small screen recording in the description showing how this looks and works ?
There was a problem hiding this comment.
Sure, will try to do it in a day or two. Currently facing issues due to lack of enough resources. I saw some of the similar plugins having this <label, value> in form.json
|
Hi @harshmange44 are you still working on this ? |
Yes @sumitsum, regarding your query about the 'DEFAULT' config in form.json. I noticed one pattern, the postgres plugin also has the same 'DEFAULT' config (MySQL plugin recent changes as well). Shall we remove 'DEFAULT' from the Redshift plugin? Could you pls guide me here? |
Hi @harshmange44 , please let the default option stay. Default option means doing nothing from our side and leaving the config to the default driver behaviour. |


Description
Fixes #22155
Type of change
Checklist:
Dev activity
QA activity: