I need to improve security over a set of shell scripts which have hardcoded credentials. I’m wondering what is the state of the art on this subject. I’ve read about gpg, hashicorp vault, pass command, but still wonder what you guys are doing.
How to securely manage credentials in shell scripts?
1–3 of 3 posts
Re: How to securely manage credentials in shell scripts?
#2What is your use case? Both vault and pass are viable options.
Re: How to securely manage credentials in shell scripts?
#3I have a bunch of scripts and a bunch of sysadmins who do not need to know those credentials but should based on their username be able to use the scripts. Those scripts query specific aspects of network infrastructure up to now via ssh.