-
Notifications
You must be signed in to change notification settings - Fork 277
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
feat(temporal): allow customization of SSL mode for external db #361
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: CyberHippo <[email protected]>
hi @davinchia, do you have an ETA ? 🙏 |
Thanks @CyberHippo for opening this. We too are broke by the previous change. Looking forward to this. |
Hello all, sorry the delay to get review in this contribution. I raised it to the platform team. After I get a return will update here. |
Hi @marcosmarxm, do you have some news about this blocking issue for us ? 🙏 |
Any news on when this PR is going to be merged? It is blocking for me too. I am setting up Airbyte with Flux, so the workaround to adjust the variables will not work for me, as they will be overwritten again. |
Following the comment from @PurseChicken, do we still need this PR? |
Hi @CyberHippo |
Hi @CyberHippo, do you have an ETA for the fix release ? 🙏 |
Hi @kev-datams , unfortunately I am not part of Airbyte platform team and don't know about their chart release process. I am also waiting for this to be released. Maybe @davinchia knows more about it? |
Apologies for the missing updates on this contribution. I'll coordinate with Davin to determine the next steps for securing a review. |
Thanks @marcosmarxm 🙏 |
What
Due to a recent chart change, it is not possible to disable SSL for external databases.
This change to the temporal chart allows to configure the SSL value for both internal and external databases.
Fixes airbytehq/airbyte#43328
How
By adding a new chart value to enable or disable SSL for database in the
global
section.This parameter is not related to the database type.
Note: The new value could be moved to the
temporal
section if needed. I thought that since the SSL flags were initially introduced in the global section I would add the new value there as well:Recommended reading order
Can this PR be safely reverted and rolled back?