{"id":26179078,"url":"https://github.com/plumber-cd/kubectl-credentials-helper","last_synced_at":"2025-08-31T01:34:31.437Z","repository":{"id":40324074,"uuid":"491347646","full_name":"plumber-cd/kubectl-credentials-helper","owner":"plumber-cd","description":"This is a kubectl credentials helper. It is using your local OS keychain to store sensitive content of your KUBECONFIG.","archived":false,"fork":false,"pushed_at":"2022-05-15T01:23:18.000Z","size":84,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-14T22:33:48.650Z","etag":null,"topics":["credentials-helper","keychain","keyring","kubectl","kubernetes"],"latest_commit_sha":null,"homepage":"","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/plumber-cd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-12T03:15:26.000Z","updated_at":"2025-03-03T11:46:16.000Z","dependencies_parsed_at":"2022-08-09T17:20:31.854Z","dependency_job_id":null,"html_url":"https://github.com/plumber-cd/kubectl-credentials-helper","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/plumber-cd/kubectl-credentials-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plumber-cd%2Fkubectl-credentials-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plumber-cd%2Fkubectl-credentials-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plumber-cd%2Fkubectl-credentials-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plumber-cd%2Fkubectl-credentials-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plumber-cd","download_url":"https://codeload.github.com/plumber-cd/kubectl-credentials-helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plumber-cd%2Fkubectl-credentials-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272930001,"owners_count":25017057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["credentials-helper","keychain","keyring","kubectl","kubernetes"],"created_at":"2025-03-11T21:48:50.861Z","updated_at":"2025-08-31T01:34:31.415Z","avatar_url":"https://github.com/plumber-cd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubectl-credentials-helper\n\nThis is a `kubectl` credentials helper. It is using your local OS keychain to store sensitive content of your `KUBECONFIG`.\n\nTo install:\n\n```bash\ngo install github.com/plumber-cd/kubectl-credentials-helper\n```\n\nYou can also download this from releases.\n\nTo secure your existing `KUBECONFIG`, use:\n\n```bash\nkubectl-credentials-helper secure --kubeconfig path\n```\n\nIf `--kubeconfig` was not provided - it will try to find `KUBECONFIG` env variable and as a last resort - default user home `~/.kube/config`.\n\nThis will save all sensitive info from a local `KUBECONFIG` to your OS specific keychain. Sensitive considered the following:\n\n- `.user.username`\n- `.user.password`\n- `.user.client-certificate-data`\n- `.user.client-key-data`\n\nFor user entries that it finds, it will replace in your `KUBECONFIG` with the following:\n\n```yaml\napiVersion: v1\nkind: Config\nusers:\n- name: \u003cname\u003e\n  user:\n    exec:\n      apiVersion: client.authentication.k8s.io/v1\n      command: kubectl-credentials-helper\n      provideClusterInfo: true\n      interactiveMode: Never\n```\n\nNow, every time you are trying to access this cluster - the helper will fetch sensitive info from OS specific keychain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplumber-cd%2Fkubectl-credentials-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplumber-cd%2Fkubectl-credentials-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplumber-cd%2Fkubectl-credentials-helper/lists"}