{"id":26823897,"url":"https://github.com/woodprogrammer/k8s-config-generator","last_synced_at":"2026-04-11T04:32:21.282Z","repository":{"id":75429954,"uuid":"272103245","full_name":"WoodProgrammer/k8s-config-generator","owner":"WoodProgrammer","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-14T10:43:52.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-31T22:27:23.803Z","etag":null,"topics":["docker","kubernetes","linux","shell"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WoodProgrammer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-13T23:46:13.000Z","updated_at":"2020-09-16T12:40:08.000Z","dependencies_parsed_at":"2023-03-11T19:44:34.951Z","dependency_job_id":null,"html_url":"https://github.com/WoodProgrammer/k8s-config-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WoodProgrammer/k8s-config-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WoodProgrammer%2Fk8s-config-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WoodProgrammer%2Fk8s-config-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WoodProgrammer%2Fk8s-config-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WoodProgrammer%2Fk8s-config-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WoodProgrammer","download_url":"https://codeload.github.com/WoodProgrammer/k8s-config-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WoodProgrammer%2Fk8s-config-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["docker","kubernetes","linux","shell"],"created_at":"2025-03-30T09:17:05.684Z","updated_at":"2026-04-11T04:32:21.272Z","avatar_url":"https://github.com/WoodProgrammer.png","language":"Shell","readme":"# Kube Config generator\n\nKubernetes supports couple of option to authenticate the users, in kops you are start with credenetials of admin.\n\nYou can generate user certificated by cluster PKI files that shown as below.\n\n```sh\n\n$ aws s3 cp s3://$KOPS_STATE_STORE/$CLUSTERNAME/pki/private/ca/$KEY ca.key\n\n$ aws s3 cp s3://$KOPS_STATE_STORE/$CLUSTERNAME/pki/issued/ca/$CERT ca.crt\n\n```\n\nIf you want to create user certificates you can run this script to do that.\n\n`./main.sh \u003cCLUSTER_NAME\u003e \u003cCA_CRT_PATH\u003e \u003cCA_KEY_PATH\u003e \u003cUSER_NAME\u003e `\n\n## Rbac\nYou can specify user capabilities via RBAC objects shown as below:\n\n\n```yaml\n---\napiVersion: rbac.authorization.k8s.io/v1beta1\nkind: Role\nmetadata:\n  namespace: jenkins\n  name: pod-list\nrules:\n  - apiGroups: [\"\"]\n    resources: [\"pods\"]\n    verbs: [\"get\",\"list\"]\n---\napiVersion: rbac.authorization.k8s.io/v1beta1\nkind: RoleBinding\nmetadata:\n  name: role-binding\nsubjects:\n  - kind: User\n    name: ### Common Name in certificate\nroleRef:\n  kind: Role\n  name: role-pod-list\n  apiGroup: rbac.authorization.k8s.io\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoodprogrammer%2Fk8s-config-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoodprogrammer%2Fk8s-config-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoodprogrammer%2Fk8s-config-generator/lists"}