UI Deploy

Curated, Short, Web UI Dev we Love.

Using Vault to Secure Your Deployment Secrets

Background

"Don’t Check Passwords into Source Control or Hard-Code Them in Your Application Operations staff will remove your eyes with a spoon if they catch you doing this. Don’t give them the pleasure.

Passwords should always be entered by the user performing the deployment. There are several acceptable ways to handle authentication for a multilayer system. You could use certificates, a directory service, or a single sign-on system."

view source

Advertisement