K8s Vault Webhook Versions Save

A k8s vault webhook is a Kubernetes webhook that can inject secrets into Kubernetes resources by connecting to multiple secret managers

v4.0

3 years ago

Changelog

7688cfc Update .gitignore a717e26 Updated Version in VERSION file 03d6543 [Feature][Add] Added GCP support in webhook (#14) 81b6394 Updated badge for build e4930eb Added scripts for release 9664c1b Added scripts for release 1fc66e2 Added scripts for release 198b1e1 Added scripts for release 832fe86 Added Azure DevOps CI pipeline

v3.0

3 years ago

:tada: [Features Added]

  • Added Azure Key Vault support
  • Fetch secrets from Azure Key Vault and inject them in pods/containers
  • Pod AD identity and Service principal based authentication in Azure

v2.0

3 years ago

:tada: [Features Added]

  • Added AWS Secret Manager support
  • Inject secret directly to pods/containers from AWS Secret Manager
  • Authentication with AWS Secret Manager with access key and IAM role

v1.0

3 years ago

v1.0

April 11, 2021

:tada: [Features Added]

  • Authentication to Hashicorp vault using Kubernetes service-account
  • RBAC implementation of vault using different policies of vault and association of policy with service-account
  • Inject secret directly to pods/containers running inside Kubernetes
  • Support regex to inject all secrets from a certain path of Vault
  • Inject secrets directly to the process of the container, i.e. after the injection you cannot read secrets from the environment variable