Add docker-credential-vault-login to Third-Party Tools (#6003)

* Added Docker credential helper to list of Third-Party tools

* website/source/api/relatedtools.html.md: Fixed a typo
This commit is contained in:
Dilan Bellinghoven 2019-01-10 10:46:18 -05:00 committed by Chris Hoffman
parent 9a4de34dce
commit f9dacbf221
1 changed files with 1 additions and 0 deletions

View File

@ -31,5 +31,6 @@ The following list of tools is maintained by the community of Vault users; Hashi
* [Cryptr](https://github.com/adobe/cryptr) - a desktop Vault UI for Mac, Windows and Linux
* [sequelize-vault](https://github.com/linyows/sequelize-vault) - A Sequelize plugin for easily integrating Vault secrets.
* [ansible-modules-hashivault](https://github.com/TerryHowe/ansible-modules-hashivault) - An Ansible module for configuring most things in Vault including secrets, backends and policies.
* [Docker credential helper](https://github.com/morningconsult/docker-credential-vault-login) - A program that automatically reads Docker credentials from your Vault server and passes them to the Docker daemon to authenticate to your Docker registry when pulling an image
Want to add your own project, or one that you use? Additions are welcome via [pull requests](https://github.com/hashicorp/vault/blob/master/website/source/api/relatedtools.html.md).