vault-secrets-operator
Create Kubernetes secrets from Vault for a secure GitOps based workflow. (by ricoberger)
helm-secrets
A helm plugin that help manage secrets with Git workflow and store them anywhere (by jkroepke)
vault-secrets-operator | helm-secrets | |
---|---|---|
5 | 14 | |
636 | 1,549 | |
- | - | |
8.0 | 8.2 | |
6 days ago | 3 days ago | |
Go | Shell | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vault-secrets-operator
Posts with mentions or reviews of vault-secrets-operator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-12.
- Toyota Accidently Exposed A Secret Key Publicly On GitHub For Five Years
-
Learning with K3s at home. Is it "better" to store secrets encrypted in the git repo (e.g., sealed-secrets) or in a separately managed secret database (e.g., vault)?
For home use, I wouldn't bother with Vault unless that's really what you want to learn. Then it's worth looking into setting something up where you could use vault secrets, using one of the available options (I haven't seen the vault-secrets-operator being mentioned).
-
Hashicorp Vault integration with Secret objects
It is but it affects vault-secrets-operator too, see https://github.com/ricoberger/vault-secrets-operator/issues/104 (and no, I’ve only use vault-secrets-operator)
-
Automation assistants: GitOps tools in comparison
If you are using an external KMS in any case, then there are other options, such as the kubernetes-external-secrets operator that was originally started by GoDaddy and the externalsecret-operator from Container Solutions. If you use HashiCorp Vault, you also have the option of using the Vault Secrets operator. This works similarly to the Sealed Secrets Operator, but instead of managing its own key material, it retrieves the secrets from Vault. The CNCF Technology Radar from January 2021 provides an overview of the types of tools that are available for secrets management.
helm-secrets
Posts with mentions or reviews of helm-secrets.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-04.
-
A Beginner's Guide To Service Discovery in Prometheus
E.g. If you are using Kubernetes, you can use Helm with the helm-secrets plugin to deploy Prometheus. Helm will seamlessly decrypt the secrets and place them in the final rendered version of your Prometheus deployment.
-
Usando helm-secrets e Vals para anonimizar seus dados no deploy!
helm plugin install https://github.com/jkroepke/helm-secrets --version v4.6.1
-
Simplified Deployment: A Deep Dive into Containerization and Helm
helm plugin install https://github.com/databus23/helm-diff helm plugin install https://github.com/aslafy-z/helm-git helm plugin install https://github.com/jkroepke/helm-secrets
-
My recently deployed media apps in ArgoCD, migrating from Terraform.
I use Helm secrets which integrates Mozilla Sops to handle secrets in my Helm charts.
-
How to Deploy and Scale Strapi on a Kubernetes Cluster 1/2
Use Helm Secrets.
-
Secret Management in Kubernetes: Approaches, Tools, and Best Practices
ArgoCD users would have to build container images with SOPS baked in using Helm chart extensions or Kustomize extensions. Flux allows configuring sops directly into the Flux manifests.
-
GitOps and Kubernetes – Secure Handling of Secrets
There is also the helm secrets plugin, which can also be used in ArgoCD with manual configuration.
-
Disable auto sync at application level when managed by ApplicationSet.
Not sure if this is applicable for your use case, but you could use helm-secrets to fetch remote value files from https or git: https://github.com/jkroepke/helm-secrets/wiki/Values
-
Goodbye Sealed Secrets, hello SOPS
$ helm plugin install https://github.com/jkroepke/helm-secrets --version v3.14.0
-
How should I manage my Helm charts?
https://github.com/jkroepke/helm-secrets powered by sops
What are some alternatives?
When comparing vault-secrets-operator and helm-secrets you can also consider the following projects:
sealed-secrets - A Kubernetes controller and tool for one-way encrypted Secrets
kubernetes-external-secrets - Integrate external secret management systems with Kubernetes
sops - Simple and flexible tool for managing secrets
argocd-operator - A Kubernetes operator for managing Argo CD clusters.
Flux - Successor: https://github.com/fluxcd/flux2
argo-rollouts - Progressive Delivery for Kubernetes
argocd-vault-plugin - An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets
hull - The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows
atlantis - Terraform Pull Request Automation
git-crypt - Transparent file encryption in git
vault-secrets-operator vs sealed-secrets
helm-secrets vs sealed-secrets
vault-secrets-operator vs kubernetes-external-secrets
helm-secrets vs sops
vault-secrets-operator vs sops
helm-secrets vs argocd-operator
vault-secrets-operator vs Flux
helm-secrets vs argo-rollouts
vault-secrets-operator vs argocd-vault-plugin
helm-secrets vs hull
vault-secrets-operator vs atlantis
helm-secrets vs git-crypt