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
Hi,
So I have the following error: failed to save account in keychain: failed to set item: failed to read password: inappropriate ioctl for device
Which I think make sense as I try to run it in gcp and there is no keychain or whatever it try to use.
is there an option to overcome it and directly use provided creds?
Thanks
The text was updated successfully, but these errors were encountered:
This probably happens because it's trying to prompt you to enter the password in an interactive session. If you supply the --non-interactive and --password flags, it should work.
Description
Hi,
So I have the following error:
failed to save account in keychain: failed to set item: failed to read password: inappropriate ioctl for device
Which I think make sense as I try to run it in gcp and there is no keychain or whatever it try to use.
is there an option to overcome it and directly use provided creds?
Thanks
The text was updated successfully, but these errors were encountered: