{"id":37197832,"url":"https://github.com/jdamata/k8vault","last_synced_at":"2026-01-14T22:59:31.739Z","repository":{"id":57504972,"uuid":"215875137","full_name":"jdamata/k8vault","owner":"jdamata","description":"k8vault is a cli to securely store and access your kubernetes configuration files","archived":false,"fork":false,"pushed_at":"2023-02-25T04:41:26.000Z","size":148,"stargazers_count":5,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T08:06:40.918Z","etag":null,"topics":["cli","keychain","kubeconfig","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdamata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-17T19:57:40.000Z","updated_at":"2022-01-21T10:06:00.000Z","dependencies_parsed_at":"2024-06-20T07:22:03.800Z","dependency_job_id":null,"html_url":"https://github.com/jdamata/k8vault","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jdamata/k8vault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdamata%2Fk8vault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdamata%2Fk8vault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdamata%2Fk8vault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdamata%2Fk8vault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdamata","download_url":"https://codeload.github.com/jdamata/k8vault/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdamata%2Fk8vault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28437902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: 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":["cli","keychain","kubeconfig","kubernetes"],"created_at":"2026-01-14T22:59:31.172Z","updated_at":"2026-01-14T22:59:31.693Z","avatar_url":"https://github.com/jdamata.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k8vault\nk8vault is a tool to securely store and access kubernetes configuration files. It stores kubeconfigs in your operating system's keystore and overwrites the ```~/.kube/config``` file when you want to use a kubeconfig. For this to work, you need the KUBECONFIG env var pointed at ```~/.kube/config```.\n\n## Installing\nYou can grab a pre-compiled version of k8vault in the release tab or generate your own:\n```bash\ngo get -u github.com/jdamata/k8vault\n```\n\n## Usage\n```bash\n  k8vault                                                    : Display usage\n  k8vault add ~/.kube/docker-for-desktop                     : Add a kubeconfig\n  k8vault add ~/.kube/docker-for-desktop --keychain jdamata  : Add a kubeconfig to the jdamata keychain\n  k8vault get docker-for-desktop                             : Get a kubeconfig named docker-for-desktop\n  k8vault list                                               : List kubeconfigs\n  k8vault delete docker-for-desktop                          : Delete a kubeconfig\n  k8vault delete --all --keychain jdamata                    : Delete all kubeconfigs in the jdamata keychain\n```\n\n## Known Issues\n- K8vault doesn't support Windows Credential Manager due to the maximum password length of 127 characters.\n- We store the actively used kubeconfig in ~/.kube/config. It would be better if nothing neeeded to be dropped into the filesystem. Something like a base64 encoded kubeconfig stored as an environment variable might work. Currently kubectl doesn't support this. More info here: https://github.com/kubernetes/kubernetes/issues/93346\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdamata%2Fk8vault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdamata%2Fk8vault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdamata%2Fk8vault/lists"}