Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vault | 27,219 | 249 | 1,400 | 17 hours ago | 995 | September 20, 2022 | 1,255 | mpl-2.0 | Go | |
A tool for secrets management, encryption as a service, and privileged access management | ||||||||||
Goldfish | 2,169 | 5 years ago | 23 | February 24, 2018 | 26 | mpl-2.0 | Vue | |||
A HashiCorp Vault UI written with VueJS and Vault native Go API | ||||||||||
Bank Vaults | 1,823 | 16 | 2 days ago | 71 | April 05, 2022 | 222 | apache-2.0 | Go | ||
A Vault swiss-army knife: a K8s operator, Go client with automatic token renewal, automatic configuration, multiple unseal options and more. A CLI tool to init, unseal and configure Vault (auth methods, secret engines). Direct secret injection into Pods. | ||||||||||
Teller | 1,557 | 14 days ago | 37 | apache-2.0 | Go | |||||
Cloud native secrets management for developers - never leave your command line for secrets. | ||||||||||
Vault Ui | 1,299 | 5 years ago | 3 | October 04, 2017 | 50 | other | JavaScript | |||
Vault-UI — A beautiful UI to manage your Vault, written in React | ||||||||||
Vault Guides | 936 | 11 days ago | 4 | April 06, 2021 | 57 | mpl-2.0 | Shell | |||
Example usage of HashiCorp Vault secrets management | ||||||||||
Helm Secrets | 921 | 3 days ago | 1 | apache-2.0 | Shell | |||||
A helm plugin that help manage secrets with Git workflow and store them anywhere | ||||||||||
Dotenv Vault | 583 | 1 | 19 days ago | 61 | October 26, 2022 | 35 | mit | TypeScript | ||
Sync .env files | ||||||||||
Vault Secrets Operator | 530 | 2 months ago | 20 | April 19, 2021 | 9 | mit | Go | |||
Create Kubernetes secrets from Vault for a secure GitOps based workflow. | ||||||||||
Wrongsecrets | 529 | 3 days ago | 48 | agpl-3.0 | Java | |||||
Vulnerable app with examples showing how to not use secrets |
This repository provides the technical content to support the Vault learn site.
This area will contain instructions to operationalize Vault.
This directory contains example use cases involving secrets management.
This directory contains example use cases involving identity.
This directory contains example use cases involving encryption as a service.
This directory contains graphics and other material for the repository.
gitignore.tf
FilesYou may notice some gitignore.tf
files in certain directories. .tf
files that contain the word "gitignore" are ignored by git in the .gitignore
file.
If you have local Terraform configuration that you want ignored (like Terraform backend configuration), create a new file in the directory (separate from gitignore.tf
) that contains the word "gitignore" (e.g. backend.gitignore.tf
) and it won't be picked up as a change.
We welcome contributions and feedback! For guide submissions, please see the contributions guide