GithubHelp home page GithubHelp logo

ot-container-kit / k8s-vault-webhook Goto Github PK

View Code? Open in Web Editor NEW
116.0 7.0 10.0 5.21 MB

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

Home Page: https://ot-container-kit.github.io/k8s-vault-webhook/

License: Apache License 2.0

Dockerfile 0.94% Makefile 1.13% Go 93.27% Shell 4.66%
kuberenetes webhook vault secrets secret-management integration aws azure hashicorp-vault k8s-vault-webhook

k8s-vault-webhook's People

Contributors

iamabhishek-dubey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

k8s-vault-webhook's Issues

Support annotating k8s secrets !?

What do you think about the idea to support annotating k8s secrets as well?

So the idea would be to create a secret like this

apiVersion: v1
kind: Secret
metadata:
  name: mysql-secret
      annotations:
      vault.opstree.secret.manager/enabled: "true"
      vault.opstree.secret.manager/path: secret/mysql
      vault.opstree.secret.manager/role: tester
      vault.opstree.secret.manager/service: http://vault.vault:8200
data:
  MYSQL_ROOT_PASSWORD: vault:MYSQL_ROOT_PASSWORD
  MYSQL_USER1_PASSWORD: vault:MYSQL_USER1_PASSWORD

On creation (and updates) of this secrets, the data.* would automatically be/updated set.
This way the secret could be used as any other k8s secret. So if for example a third party helm chart expects a k8s secret being set it would work as well.

GCP secrets manager integration

Not able to get gcp secert manager with listed annonations, Is there any clear documenations

Like where is service account need to pass where project need to pass,
If we using work load indentity how it works

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.