Skip to content

argoproj-labs/argocd-vault-plugin

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* feat(awssecrets): add support for binary

Signed-off-by: Julien Boulanger <julien.boulanger@fr.clara.net>

* feat(awssecrets): add doc

Signed-off-by: Julien Boulanger <julien.boulanger@fr.clara.net>

---------

Signed-off-by: Julien Boulanger <julien.boulanger@fr.clara.net>
717f1c0

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 2, 2021 11:46
cmd
February 24, 2023 11:33
January 31, 2022 09:39
April 26, 2022 09:24
June 28, 2021 12:24
October 12, 2020 12:01
December 2, 2021 11:46
April 21, 2023 07:17
December 2, 2021 11:46

argocd-vault-plugin

Pipeline Code Scanning Go Report Card Downloads codecov

An Argo CD plugin to retrieve secrets from various Secret Management tools (HashiCorp Vault, IBM Cloud Secrets Manager, AWS Secrets Manager, etc.) and inject them into Kubernetes resources

Why use this plugin?

This plugin is aimed at helping to solve the issue of secret management with GitOps and Argo CD. We wanted to find a simple way to utilize Secret Management tools without having to rely on an operator or custom resource definition. This plugin can be used not just for secrets but also for deployments, configMaps or any other Kubernetes resource.

Documentation

You can our full set of documentation at https://argocd-vault-plugin.readthedocs.io/

Contributing

Interested in contributing? Please read our contributing documentation here to get started!

Blogs

Presentations