Hacker News new | ask | show | jobs
by corndoge 3415 days ago
Somehow I doubt Azure Key Vault is easier than a gitignore line and a text file
3 comments

Probably not, but it's a lot easier to accidentally commit (or otherwise expose) a text file.
Its not easier for sure, but it is more reliable and harder to mess up by making a single character mistake.
.gitignore is easy but the pw is still naked. Probably a good practice to hash it.
Probably not as the result would be useless for authenticating against another service.