Sign inSign up

keeper/injector-webhook

By keeper

•Updated 30 days ago

Image
0

4.2K

keeper/injector-webhook repository overview

⁠Keeper Secrets Injector - Webhook

The mutating admission webhook component of the Keeper Kubernetes Secrets Injector.

⁠What This Does

This webhook intercepts Kubernetes pod creation requests and automatically injects:

  • A sidecar container (keeper/injector-sidecar) to fetch secrets
  • A tmpfs volume for secure, memory-only secret storage

⁠Usage

This image is deployed automatically when you install the Keeper Injector via Helm. You don't typically pull this image directly.

⁠Install via Helm
helm repo add keeper https://keeper-security.github.io/keeper-k8s-injector
helm install keeper-injector keeper/keeper-injector --namespace keeper-system --create-namespace
⁠Or via kubectl
kubectl apply -f https://github.com/Keeper-Security/keeper-k8s-injector/releases/latest/download/install.yaml

⁠Architecture

Pod Creation Request
        │
        ▼
┌───────────────────┐
│  injector-webhook │  ◄── This image
│  (admission ctrl) │
└───────────────────┘
        │
        ▼
   Mutated Pod with
   injector-sidecar

⁠Configuration

The webhook is configured via the Helm chart. See values.yaml⁠ for options.

⁠Tags

  • latest - Latest stable release
  • X.Y.Z - Specific version (e.g., 0.1.2)

⁠License

MIT License - [Keeper Security, Inc.] https://www.keepersecurity.com⁠)

Tag summary

Content type

Image

Digest

sha256:3eb609f3e…

Size

11.4 MB

Last updated

30 days ago

docker pull keeper/injector-webhook