{"id":13668719,"url":"https://github.com/cert-manager/csi-driver-spiffe","last_synced_at":"2026-02-20T15:01:32.588Z","repository":{"id":39003646,"uuid":"413355103","full_name":"cert-manager/csi-driver-spiffe","owner":"cert-manager","description":"A Kubernetes CSI plugin to automatically mount SPIFFE certificates to Pods using ephemeral volumes","archived":false,"fork":false,"pushed_at":"2026-02-18T14:38:59.000Z","size":1592,"stargazers_count":85,"open_issues_count":6,"forks_count":21,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-02-18T18:39:19.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cert-manager.io/docs/usage/csi-driver-spiffe/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cert-manager.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-04T09:25:03.000Z","updated_at":"2026-02-18T14:42:49.000Z","dependencies_parsed_at":"2023-09-26T09:59:30.980Z","dependency_job_id":"e9377dc3-7f59-4cb2-979a-49d1daa3c617","html_url":"https://github.com/cert-manager/csi-driver-spiffe","commit_stats":{"total_commits":141,"total_committers":13,"mean_commits":"10.846153846153847","dds":0.7021276595744681,"last_synced_commit":"10e621acc3d3a4f56ce4ac98e088a821164aad47"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/cert-manager/csi-driver-spiffe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cert-manager%2Fcsi-driver-spiffe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cert-manager%2Fcsi-driver-spiffe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cert-manager%2Fcsi-driver-spiffe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cert-manager%2Fcsi-driver-spiffe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cert-manager","download_url":"https://codeload.github.com/cert-manager/csi-driver-spiffe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cert-manager%2Fcsi-driver-spiffe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29655026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T08:00:47.864Z","updated_at":"2026-02-20T15:01:32.570Z","avatar_url":"https://github.com/cert-manager.png","language":"Go","funding_links":[],"categories":["others","Utils"],"sub_categories":["SDK"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png\" height=\"256\" width=\"256\" alt=\"cert-manager project logo\" /\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://godoc.org/github.com/cert-manager/csi-driver-spiffe\"\u003e\u003cimg src=\"https://godoc.org/github.com/cert-manager/csi-driver-spiffe?status.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/cert-manager/csi-driver-spiffe\"\u003e\u003cimg alt=\"Go Report Card\" src=\"https://goreportcard.com/badge/github.com/cert-manager/csi-driver-spiffe\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# csi-driver-spiffe\n\ncsi-driver-spiffe is a Container Storage Interface (CSI) driver plugin for\nKubernetes, designed to work alongside [cert-manager](https://cert-manager.io/).\n\nIt transparently delivers [SPIFFE](https://spiffe.io/) [SVIDs](https://spiffe.io/docs/latest/spiffe-about/spiffe-concepts/#spiffe-verifiable-identity-document-svid)\n(in the form of X.509 certificate key pairs) to mounting Kubernetes Pods.\n\nThe end result is that any and all Pods running in Kubernetes can securely request\na SPIFFE identity document from a Trust Domain with minimal configuration.\n\nThese documents in turn have the following properties:\n\n- automatically renewed ✔️\n- private key never leaves the node's virtual memory ✔️\n- each Pod's document is unique ✔️\n- the document shares the same life cycle as the Pod and is destroyed on Pod termination ✔️\n\n```yaml\n...\n          volumeMounts:\n          - mountPath: \"/var/run/secrets/spiffe.io\"\n            name: spiffe\n      volumes:\n        - name: spiffe\n          csi:\n            driver: spiffe.csi.cert-manager.io\n            readOnly: true\n```\n\nSPIFFE documents can then be used by Pods for mutual TLS (mTLS) or other authentication within their Trust Domain.\n\n## Documentation\n\nPlease follow the documentation at [cert-manager.io](https://cert-manager.io/docs/projects/csi-driver-spiffe/)\nfor installing and using csi-driver-spiffe.\n\n## Release Process\n\nThe release process is documented in [RELEASE.md](RELEASE.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcert-manager%2Fcsi-driver-spiffe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcert-manager%2Fcsi-driver-spiffe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcert-manager%2Fcsi-driver-spiffe/lists"}