Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a CSI volume. https://secrets-store-csi-driver.sigs.k8s.io/
  • Go 67.2%
  • Shell 25%
  • Makefile 5.9%
  • Dockerfile 1.2%
  • Go Template 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Kubernetes Prow Robot 267a6145f4
Merge pull request #2045 from simonmarty/dep-update
security: Bump golang to 1.26 and upgrade dependencies
2026-06-11 09:46:46 +05:30
.github ci: replace broken setup-kind action with direct kind installation 2026-04-24 14:49:51 -07:00
.local chore: update to go 1.21.6 in docker 2024-01-10 10:39:18 +00:00
apis release: update manifest and helm charts for v1.4.6 (#1662) 2024-10-09 15:50:19 -07:00
charts/secrets-store-csi-driver release: update manifest and helm charts for v1.6.0 2026-04-27 22:43:42 +00:00
cmd/secrets-store-csi-driver feat: Use RequiresRepublish for secret rotation (#1622) 2025-12-11 00:57:30 -08:00
config chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
controllers chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
deploy release: update manifest and helm charts for v1.6.0 2026-04-27 22:43:42 +00:00
docker chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
docs docs: correct metric names to match actual exported Prometheus names 2026-05-06 12:12:11 -06:00
hack chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
img docs: update readme to reference docs site 2021-02-17 16:37:43 -08:00
manifest_staging chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
pkg chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
provider chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
test chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
third_party/japaric/trust refactor: update mdbook install and serve 2021-11-02 12:20:30 -07:00
.gitignore ci: add codecov.yml 2023-04-20 22:49:27 +00:00
.golangci.yml chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
.goreleaser.yml ci: skip builds goreleaser config 2024-08-23 13:50:39 -07:00
.markdownlinkcheck.json ci: ignore slack badge in markdown link check 2022-11-04 21:18:03 +00:00
.trivyignore ci: ignore CVE-2023-2878 false positive from Trivy version detection 2025-09-30 11:04:56 -07:00
code-of-conduct.md Prep for repo move (#85) 2019-10-02 09:59:37 -07:00
codecov.yml ci: add codecov.yml 2023-04-20 22:49:27 +00:00
go.mod chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
go.sum chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
LICENSE Update license (#150) 2020-01-27 16:57:27 -08:00
Makefile chore: Bump golang to 1.26 and upgrade dependencies 2026-06-09 22:54:51 +00:00
netlify.toml refactor: update mdbook install and serve 2021-11-02 12:20:30 -07:00
OWNERS chore: update project ownership and move ritazh to emeritus (#2023) 2026-04-20 14:02:48 -07:00
PROJECT build reconciler logic 2020-06-24 21:47:17 -07:00
README.md feat: add OpenBao as provider 2026-02-02 15:04:43 +01:00
SECURITY_CONTACTS chore: update project ownership and move ritazh to emeritus (#2023) 2026-04-20 14:02:48 -07:00

Kubernetes Secrets Store CSI Driver

GitHub release (latest by date) Go Report Card GitHub go.mod Go version Slack OpenSSF Scorecard

Secrets Store CSI Driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a Container Storage Interface (CSI) volume. The Secrets Store CSI Driver is a subproject of Kubernetes SIG Auth.

The Secrets Store CSI Driver secrets-store.csi.k8s.io allows Kubernetes to mount multiple secrets, keys, and certs stored in enterprise-grade external secrets stores into their pods as a volume. Once the Volume is attached, the data in it is mounted into the container's file system.

Test Status

Test Status
periodic/image-scan sig-auth-secrets-store-csi-driver-periodic/secrets-store-csi-driver-image-scan
periodic/e2e-provider-upgrade sig-auth-secrets-store-csi-driver-periodic/secrets-store-csi-driver-upgrade-test-e2e-provider
postsubmit/aws sig-auth-secrets-store-csi-driver-postsubmit/secrets-store-csi-driver-e2e-aws-postsubmit
postsubmit/azure sig-auth-secrets-store-csi-driver-postsubmit/secrets-store-csi-driver-e2e-azure-postsubmit
postsubmit/gcp sig-auth-secrets-store-csi-driver-postsubmit/secrets-store-csi-driver-e2e-gcp-postsubmit
postsubmit/vault sig-auth-secrets-store-csi-driver-postsubmit/secrets-store-csi-driver-e2e-vault-postsubmit

Want to help?

Join us to help define the direction and implementation of this project!

Features

  • Mounts secrets/keys/certs to pod using a CSI Inline volume
  • Supports mounting multiple secrets store objects as a single volume
  • Supports multiple secrets stores as providers. Multiple providers can run in the same cluster simultaneously.
  • Supports pod portability with the SecretProviderClass CRD
  • Supports Linux and Windows containers
  • Supports sync with Kubernetes Secrets

Demo

Secrets Store CSI Driver Demo

Getting Started

Check out the installation instructions to deploy the Secrets Store CSI Driver and providers. Get familiar with our CRDs and core components

Development Guide

Follow these steps to setup Secrets Store CSI Driver for local debugging.

Documentation

Please see the docs for more in-depth information and supported features.

Getting involved and contributing

Are you interested in contributing to secrets-store-csi-driver? We, the maintainers and community, would love your suggestions, contributions, and help! Also, the maintainers can be contacted at any time to learn more about how to get involved.

In the interest of getting more new people involved, we tag issues with good first issue. These are typically issues that have smaller scope but are good ways to start to get acquainted with the codebase.

We also encourage ALL active community participants to act as if they are maintainers, even if you don't have "official" write permissions. This is a community effort, we are here to serve the Kubernetes community. If you have an active interest and you want to get involved, you have real power! Don't assume that the only people who can get things done around here are the "maintainers".

We also would love to add more "official" maintainers, so show us what you can do!

Check out Secrets Store CSI Driver Membership for more information.

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.