From 63bef6cb2b86fb680a5cb1fa3e2c5b733f4cb006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Wenzel?= Date: Mon, 29 Jul 2019 11:04:42 +0200 Subject: [PATCH] Vault-CRD to synchronize Secrets with Kubernetes (#7105) --- website/source/api/relatedtools.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/api/relatedtools.html.md b/website/source/api/relatedtools.html.md index e8c1a04fb7..fceeee1462 100644 --- a/website/source/api/relatedtools.html.md +++ b/website/source/api/relatedtools.html.md @@ -33,5 +33,6 @@ The following list of tools is maintained by the community of Vault users; Hashi * [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 * [Cruise Daytona](https://github.com/cruise-automation/daytona) - An alternative implementation of the Vault client CLI for services and containers. Its core features are the abilty to automate authentication, fetching of secrets, and automated token renewal. Support for AWS, GCP, & Kubernetes Vault Auth Backends. +* [Vault-CRD](https://vault.koudingspawn.de/) - Synchronize secrets stored in HashiCorp Vault to Kubernetes Secrets for better GitOps without secrets stored in git manifest files. 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).