Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoCouldn't connect to the sign-in address you provided
Hi
I am trying with CLI (version 2.0.0) on GCP cloud run and getting below error
Couldn't connect to the sign-in address you provided. Check the address and your network connection, then try aga...
Former Member
3 years agoHey @avinashdubeyse - I see some things that could be improved in the script you provided but nothing that is conclusive.
- Try wrapping each env var in double quotes: eg.
eval $(echo "$PAASWORD" | op account add --address "$ONE_PASSWORD_ADDRESS" --email "$SA_EMAIL" --secret-key "$SA_SECRET_KEY")
- You can have the
op account add
command sign in as well by adding--signin
flag, that would eliminate the signin line, less points of possible failure
I am still wondering what OS the docker image is running, we have noticed some issues in the past with some configurations of the Arch linux OS.