{"id":34842319,"url":"https://github.com/serialt/terraform-module-k8s-rbac","last_synced_at":"2026-04-02T01:46:24.866Z","repository":{"id":233974883,"uuid":"774999195","full_name":"serialt/terraform-module-k8s-rbac","owner":"serialt","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-20T15:29:18.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T02:20:35.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","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/serialt.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}},"created_at":"2024-03-20T15:25:41.000Z","updated_at":"2024-03-20T15:26:08.000Z","dependencies_parsed_at":"2024-04-17T21:29:23.323Z","dependency_job_id":null,"html_url":"https://github.com/serialt/terraform-module-k8s-rbac","commit_stats":null,"previous_names":["serialt/terraform-module-k8s-rbac"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/serialt/terraform-module-k8s-rbac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serialt%2Fterraform-module-k8s-rbac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serialt%2Fterraform-module-k8s-rbac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serialt%2Fterraform-module-k8s-rbac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serialt%2Fterraform-module-k8s-rbac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serialt","download_url":"https://codeload.github.com/serialt/terraform-module-k8s-rbac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serialt%2Fterraform-module-k8s-rbac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"ssl_error","status_checked_at":"2026-04-02T01:43:36.474Z","response_time":53,"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":[],"created_at":"2025-12-25T17:13:30.158Z","updated_at":"2026-04-02T01:46:24.859Z","avatar_url":"https://github.com/serialt.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Module Input/Output\n\n## Input Variable List\n\n- name\n- namespaces\n- user\n- group\n\n\n\n\n```\nopenssl genrsa -out dev.key 2048\n\nopenssl req -new -key dev.key -out dev.csr -subj \"/CN=dev/O=dev\"\n\n\ncat \u003c\u003cEOF | kubectl apply -f -\napiVersion: certificates.k8s.io/v1\nkind: CertificateSigningRequest\nmetadata:\n  name: dev\nspec:\n  groups:\n  - system:authenticated\n  request: $(cat dev.csr | base64 | tr -d '\\n')\n  signerName: kubernetes.io/kube-apiserver-client\n  usages:\n  - client auth\nEOF\n\nkubectl get csr\nkubectl certificate approve dev\n\nkubectl get csr dev -o jsonpath='{.status.certificate}'  | base64 -d \u003e dev.crt\n\ncp ~/.kube/config  local-config\nkubectl config set-credentials default --client-key=dev.key --client-certificate=dev.crt --embed-certs=true   --kubeconfig=local-config\n\nkubectl config set-context default --cluster=default --user=default    --kubeconfig=local-config\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserialt%2Fterraform-module-k8s-rbac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserialt%2Fterraform-module-k8s-rbac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserialt%2Fterraform-module-k8s-rbac/lists"}