Argo-cd: error creating SSH agent: "SSH agent requested but SSH_AUTH_SOCK not-specified"

Created on 6 Dec 2018  路  2Comments  路  Source: argoproj/argo-cd

I can't register a git ssh repo from a clean install:

$ argocd repo add [email protected]:argoproj/argocd-example-apps.git
FATA[0000] rpc error: code = Unknown desc = error creating SSH agent: "SSH agent requested but SSH_AUTH_SOCK not-specified"

Most helpful comment

Hey @jessesuen.

It's been a while since you had this issue, but I'm stuck on it now and was wondering how you solved it. I've added my repo private key to a secret and I'm referencing it in my apps template, but I'm still getting this error. Any clues?

All 2 comments

Forgot that id_rsa needs to be supplied. Closing invalid.

Hey @jessesuen.

It's been a while since you had this issue, but I'm stuck on it now and was wondering how you solved it. I've added my repo private key to a secret and I'm referencing it in my apps template, but I'm still getting this error. Any clues?

Was this page helpful?
0 / 5 - 0 ratings