Skip to content
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

Argo Workflow: Postgres SSL Certificate Configurations if SSL is enabled #1806

Closed
reddymh opened this issue Jan 28, 2023 · 1 comment
Closed
Labels

Comments

@reddymh
Copy link

reddymh commented Jan 28, 2023

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

  1. enable ssl to true & sslmode to verify-ca or require or verify-full
  2. controller and server will fail to start because postgres config expects tls certificates and there is no way to configure postgres SSL certificates.

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

@github-actions
Copy link

github-actions bot commented Apr 4, 2023

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.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants