You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will aim to submit a fix within the next day or two as it seems the issue is just that the SSL config should accept:
require
verify-full
verify-ca
disable
Oddly enough the debugging message indicates that sslmode is set to require by default. Not sure why previous workflow-manager pods with persistence were not able to use SSL.
Checklist:
What happened:
Setting up SSL on postgres database to persist workflow objects fails because config is incorrect.
What you expected to happen:
I expected SSL to work 😄
How to reproduce it (as minimally and precisely as possible):
Deploy argo with Helm chart v0.6.4 and set values as follows:
Anything else we need to know?:
This relates to the following issue (#1712) and PR (#1756)
Environment:
Other debugging information (if applicable):
The text was updated successfully, but these errors were encountered: