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
Im trying to make argo workflows to use the argocd dex server in order to add authentication to the UI, ive already configured authentication to argocd with microsoft, im using cert manager with letsencrypt ,
Argocd works well with certs , auth , rbac, but argo-server(argo-workflow) is in crashloopback state, i saw a log that says that the "certificate 502 is signed by an unknown authority", im not sure where to start,
Diagnostics:
For some reason argo-server isnt signed with the letsencrypt cert,
The state of the argo-server pod is crashloopback ,
Maybe the ingress rule is misconfigured .
What is the right way to do it , my target is to make sure argo-workflows UI , will be secured, and as i saw in the docs i can use the dex server of argocd to achieve it, so i thought this is the best way.
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
-
Im trying to make argo workflows to use the argocd dex server in order to add authentication to the UI, ive already configured authentication to argocd with microsoft, im using cert manager with letsencrypt ,
Argocd works well with certs , auth , rbac, but argo-server(argo-workflow) is in crashloopback state, i saw a log that says that the "certificate 502 is signed by an unknown authority", im not sure where to start,
Diagnostics:
What is the right way to do it , my target is to make sure argo-workflows UI , will be secured, and as i saw in the docs i can use the dex server of argocd to achieve it, so i thought this is the best way.
Beta Was this translation helpful? Give feedback.
All reactions