Given a Bash Shell say in a Docker container running on Gitlab, for example, how would I get the password to get passed in?
When I login with this:
$ vault login -method=ldap username=myusername
It asks me for a password.
How do I get the prompt to not stop and for the password to be passed in as a variable?
I plan on using Gitlab Variables to pass in my password.