Skip to content

itdistrict/argocd-vault-plugin

 
 

Repository files navigation

Support for Conjur Vault integration added.

This version provides a new backend to the argocd vault plugin. We have tested it for argocd 2.6.4

How to use it:

An image is already available on: https://hub.docker.com/r/itdistrict/argocd-vault-plugin

You can also build your own image:

  1. clone/download this repo.
  2. build the software by using: GOOS=linux GOARCH=amd64 go build -o argocd-vault-plugin
  3. build the docker image with the provided Dockerfile
  4. tag the image and upload it to your repository.
  5. use it :-)

What's new?

We have added conjur vault support to argocd-vault-plugin. This plugin provides two ways of authentication.

  1. authentication by using the sidecar authentication (preferred)
  2. authentication by using a static api-key

What's next?

We will add another project to show the usage of this integration and will work on a pull request into the original project.

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

About

An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Other 0.1%