{"id":41779340,"url":"https://github.com/drone/drone-admit-members","last_synced_at":"2026-01-25T03:34:52.792Z","repository":{"id":41674608,"uuid":"209611474","full_name":"drone/drone-admit-members","owner":"drone","description":"Drone extension to restrict access based on organization membership","archived":false,"fork":false,"pushed_at":"2025-07-18T17:29:40.000Z","size":8,"stargazers_count":3,"open_issues_count":2,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-16T02:59:18.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-19T17:27:36.000Z","updated_at":"2024-09-22T18:17:16.000Z","dependencies_parsed_at":"2022-08-10T09:07:39.934Z","dependency_job_id":null,"html_url":"https://github.com/drone/drone-admit-members","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drone/drone-admit-members","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-admit-members","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-admit-members/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-admit-members/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-admit-members/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drone","download_url":"https://codeload.github.com/drone/drone-admit-members/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-admit-members/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T02:46:29.005Z","status":"ssl_error","status_checked_at":"2026-01-25T02:44:29.968Z","response_time":113,"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":"2026-01-25T03:34:52.253Z","updated_at":"2026-01-25T03:34:52.777Z","avatar_url":"https://github.com/drone.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone-admit-members\n\nAn admission extension to limit system access based on GitHub organization and team membership. Here is a summary of how the extension works:\n\n* if user is organization member, grant access\n* if user is organization admin, grant admin access\n* if user is member of designated team, grant admin access (optional)\n\n## Installation\n\nCreate a shared secret:\n\n```console\n$ openssl rand -hex 16\nbea26a2221fd8090ea38720fc445eca6\n```\n\nDownload and run the plugin:\n\n```console\n$ docker run -d \\\n  --publish=3000:3000 \\\n  --env=DRONE_DEBUG=true \\\n  --env=DRONE_SECRET=bea26a2221fd8090ea38720fc445eca6 \\\n  --env=DRONE_GITHUB_TOKEN=3da541559918a808c2402bba5012f6c6 \\\n  --env=DRONE_GITHUB_ORG=acme \\\n  --env=DRONE_GITHUB_TEAM=admins \\\n  --restart=always \\\n  --name=admitter drone/drone-admit-members\n```\n\nUpdate your Drone server configuration to include the plugin address and the shared secret.\n\n```text\nDRONE_ADMISSION_PLUGIN_ENDPOINT=http://1.2.3.4:3000\nDRONE_ADMISSION_PLUGIN_SECRET=bea26a2221fd8090ea38720fc445eca6\n```\n\n## Testing\n\nTest the admission extension using the command line tools. First you need to provide the command line tools with the extension endpoint and secret:\n\n```console\nexport DRONE_ADMISSION_ENDPOINT=http://localhost:3000\nexport DRONE_ADMISSION_SECRET=bea26a2221fd8090ea38720fc445eca6\n```\n\nUse the following command to test account access:\n\n```console\n$ drone plugins admit octocat\nadmission: access denied\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone%2Fdrone-admit-members","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrone%2Fdrone-admit-members","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone%2Fdrone-admit-members/lists"}