now-sdk auth uses keychain #8
-
To give context, I'm using now-sdk in a docker container running debian image. I ran into an error that requires the installation of libsecret-1-0 which uses desktop keychain to store password. I was wondering if it was possible to use password from env vars instead? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
you can use env variables for For the very reason that you have mentioned, we are looking to move away from the keychain implementation to provide more flexibility. |
Beta Was this translation helpful? Give feedback.
-
Here
As @venkat-kaluva mentioned its available for the |
Beta Was this translation helpful? Give feedback.
-
Thanks! |
Beta Was this translation helpful? Give feedback.
you can use env variables for
install
command starting from3.0.2
. As of now we donot have an option to use env variables for other commands.For the very reason that you have mentioned, we are looking to move away from the keychain implementation to provide more flexibility.