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 ,
op
stores account info (email, domain, and secret key) in a local (unencrypted) config file.
By default the config path is set to $HOME/.config/op/config
.
It may be possible that the cloud instance does not allow writes to home dir.
We do expose the --config PATH
flag to manually set the path that the config should be saved to and loaded from. Note that it must be ran on each command.
So please give the op account add
command and subsequent commands with the --config
flag and let us know if that works for you.