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
If you enable the ssl & sslmode for persistence then controller and server expects postgres tls certificate path so I have fixed the bug and raised the PR.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
If you enable the ssl & sslmode for persistence then controller and server expects postgres tls certificate path so I have fixed the bug and raised the PR.
Details:
Issue LinK: argoproj/argo-workflows#10234
PR: argoproj/argo-workflows#10300
Related helm chart
argo-workflows
Helm chart version
v3.3.8
To Reproduce
Error Log:
time="2022-12-14T20:28:04.198Z" level=info msg="SSO enabled"
time="2022-12-14T20:28:04.202Z" level=info msg="Starting Argo Server" instanceID= version=latest+unknown
time="2022-12-14T20:28:04.202Z" level=info msg="Creating DB session"
time="2022-12-14T20:28:04.222Z" level=fatal msg="pq: connection requires a valid client certificate"
Expected behavior
Argo Workflow server and controller should work when I configure postgres DB with ssl and all the modes of ssl.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: