-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide password from file or environment variable #381
Comments
Currently, the username can be passed via the |
@alperyilmaz In 2.3.4, you can pass the password from stdin, via |
Closing it for now, feel free to reopen if it still has the issue. |
thanks.. it works!.. |
Describe the bug
I'm using gpclient cli within docker container. For more automated use, I need to provide the password from file (or environment variable) but I cannot do that right now, I need to enter the password in interactive TTY. When I searched previous issues, found one about credentials being saved but couldn't figure out how to use it to solve my issue.
Expected behavior
Using a commandline argument to provide a filename or environment variable which contains password so that gpclient can be more scriptable without user intervention
Environment:
The text was updated successfully, but these errors were encountered: