Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numberly/vault-db-injector
The Vault DB Injector automates secure database credential management in Kubernetes using Hashicorp Vault, providing credential injection, renewal, and revocation for pods.
https://github.com/numberly/vault-db-injector
database databases kubernetes secret secrets vault
Last synced: about 1 month ago
JSON representation
The Vault DB Injector automates secure database credential management in Kubernetes using Hashicorp Vault, providing credential injection, renewal, and revocation for pods.
- Host: GitHub
- URL: https://github.com/numberly/vault-db-injector
- Owner: numberly
- License: apache-2.0
- Created: 2024-03-22T10:59:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T13:46:33.000Z (about 2 months ago)
- Last Synced: 2024-09-29T11:25:34.561Z (about 1 month ago)
- Topics: database, databases, kubernetes, secret, secrets, vault
- Language: Go
- Homepage: https://numberly.github.io/vault-db-injector
- Size: 2.72 MB
- Stars: 20
- Watchers: 5
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Vault Database Injector
The Vault DB Injector relies on the database engine from Vault to generate credentials, distribute them to Kubernetes applications and handle their lifecycle.
## 1. Feature
- Generate credentials through Vault Database Engine
- Distribute credentials to workload using annotations and Kubernetes mutating webhook
- Renew credentials when necessary
- Revoke credentials when application pod is deletedCheckout the [Vault DB Injector documentation](https://numberly.github.io/vault-db-injector) for more informations.
Contributions to the vault-db-injector are welcome. Please submit your pull requests or issues to the project's GitLab repository.
Here you can find a comparison with many vault injector projects : [Comparaison](https://numberly.github.io/vault-db-injector/getting-started/comparison/)
Special thanks to the contributors and maintainers of the project.
---