Skip to content

Releases: OT-CONTAINER-KIT/k8s-vault-webhook

v4.0

16 May 13:50
7688cfc
Compare
Choose a tag to compare

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

09 May 15:00
ae99f5b
Compare
Choose a tag to compare

🎉 [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

08 May 12:51
78f86f1
Compare
Choose a tag to compare

🎉 [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

21 Apr 16:54
Compare
Choose a tag to compare

v1.0

April 11, 2021

🎉 [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