Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argoproj-labs/argocd-vault-plugin
An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets
https://github.com/argoproj-labs/argocd-vault-plugin
argo-cd argocd-plugin aws-secrets-manager azure-keyvault gcp-secret-manager gitops kubernetes secret-management secrets-manager vault
Last synced: about 2 months ago
JSON representation
An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets
- Host: GitHub
- URL: https://github.com/argoproj-labs/argocd-vault-plugin
- Owner: argoproj-labs
- License: apache-2.0
- Created: 2020-10-12T16:01:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T17:20:17.000Z (5 months ago)
- Last Synced: 2024-08-03T17:07:33.234Z (5 months ago)
- Topics: argo-cd, argocd-plugin, aws-secrets-manager, azure-keyvault, gcp-secret-manager, gitops, kubernetes, secret-management, secrets-manager, vault
- Language: Go
- Homepage: https://argocd-vault-plugin.readthedocs.io
- Size: 2.88 MB
- Stars: 789
- Watchers: 16
- Forks: 185
- Open Issues: 124
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-argo - Argo CD Vault Plugin
- awesome-starred - argoproj-labs/argocd-vault-plugin - An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets (kubernetes)
- awesome-repositories - argoproj-labs/argocd-vault-plugin - An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets (Go)
README
# argocd-vault-plugin
![Pipeline](https://github.com/argoproj-labs/argocd-vault-plugin/workflows/Pipeline/badge.svg)
![Code Scanning](https://github.com/argoproj-labs/argocd-vault-plugin/workflows/Code%20Scanning/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/argoproj-labs/argocd-vault-plugin)](https://goreportcard.com/report/github.com/argoproj-labs/argocd-vault-plugin)
![Downloads](https://img.shields.io/github/downloads/IBM/argocd-vault-plugin/total?logo=github)
[![codecov](https://codecov.io/gh/argoproj-labs/argocd-vault-plugin/branch/main/graph/badge.svg?token=6Xr7V8AMTE)](https://codecov.io/gh/argoproj-labs/argocd-vault-plugin)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](./CONTRIBUTING.md) to get started!## Blogs
- [Solving ArgoCD Secret Management with the argocd-vault-plugin](https://itnext.io/argocd-secret-management-with-argocd-vault-plugin-539f104aff05)
- [Introducing argocd-vault-plugin v1.0!](https://itnext.io/introducing-argocd-vault-plugin-v1-0-708433294b2d)
- [How to Use HashiCorp Vault and Argo CD for GitOps on OpenShift](https://cloud.redhat.com/blog/how-to-use-hashicorp-vault-and-argo-cd-for-gitops-on-openshift)## Presentations
- [Shh, It’s a Secret: Managing Your Secrets in a GitOps Way - Jake Wernette & Josh Kayani, IBM](https://youtu.be/7L6nSuKbC2c)