Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 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
4 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.