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 am using argo workflow with SSO and GitHub Connector (implemented with Dex).
It is working fine when everything is HTTP.
But when going with HTTPS I have a problem with issuer.
server crashes because certificate authority is not known:
time="2025-02-24T15:06:35.865Z" level=info msg="not enabling pprof debug endpoints"
time="2025-02-24T15:06:35.867Z" level=info authModes="[sso]" baseHRef=/ managedNamespace= namespace=argo secure=false
time="2025-02-24T15:06:35.868Z" level=warning msg="You are running in insecure mode. Learn how to enable transport layer security: https://argoproj.github.io/argo-workflows/tls/"
time="2025-02-24T15:06:35.868Z" level=info msg="config map" name=argo-workflows-workflow-controller-configmap
Error: Get "https://<DEX_URL>/.well-known/openid-configuration": x509: certificate signed by unknown authority
Usage:
argo server [flags]
Examples:
See https://argoproj.github.io/argo-workflows/argo-server/
I'm using below helm charts argo-workflows-0.10.1 dex-0.6.7.tgz
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using argo workflow with SSO and GitHub Connector (implemented with Dex).
It is working fine when everything is
HTTP
.But when going with
HTTPS
I have a problem with issuer.server crashes because certificate authority is not known:
I'm using below helm charts
argo-workflows-0.10.1
dex-0.6.7.tgz
override value file
I have founded option in order to SSL verification via issue, but won't help.
How to solve it to use HTTPS endpoint for ARGO workflow SSO and DEX?
NOTE: https://DEX_URL SSL issued by Digicert and I hvae below
.pem
filesBeta Was this translation helpful? Give feedback.
All reactions