{"id":18252073,"url":"https://github.com/classabbyamp/buildbot-netauth","last_synced_at":"2026-02-07T02:33:56.889Z","repository":{"id":251558102,"uuid":"837756200","full_name":"classabbyamp/buildbot-netauth","owner":"classabbyamp","description":"NetAuth authentication, user info, and avatar plugin for buildbot","archived":false,"fork":false,"pushed_at":"2024-12-14T23:47:48.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-04T06:16:44.311Z","etag":null,"topics":["authentication-service","buildbot","buildbot-plugin","netauth","secure-access"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/classabbyamp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-08-03T23:48:43.000Z","updated_at":"2024-12-14T23:47:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"23ab696a-e715-4e34-8c9f-952cdb37dbd1","html_url":"https://github.com/classabbyamp/buildbot-netauth","commit_stats":null,"previous_names":["classabbyamp/buildbot-netauth"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/classabbyamp/buildbot-netauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classabbyamp%2Fbuildbot-netauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classabbyamp%2Fbuildbot-netauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classabbyamp%2Fbuildbot-netauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classabbyamp%2Fbuildbot-netauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/classabbyamp","download_url":"https://codeload.github.com/classabbyamp/buildbot-netauth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classabbyamp%2Fbuildbot-netauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29184978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"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":["authentication-service","buildbot","buildbot-plugin","netauth","secure-access"],"created_at":"2024-11-05T09:49:57.432Z","updated_at":"2026-02-07T02:33:56.875Z","avatar_url":"https://github.com/classabbyamp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## buildbot-netauth\n\nNetAuth authentication, user info, and avatar plugin for buildbot\n\n### Usage\n\n1. Install the plugin, for example: `pip install buildbot-netauth`\n\n2. In your `buildmaster.cfg`, add:\n\n```py\nfrom buildbot.plugins import util\n\nnetauth = util.BuildbotNetAuth(conf=Path(\"/etc/netauth/config.toml\"))\n\n# in your buildmaster config object\nc[\"www\"][\"auth\"] = netauth\nc[\"www\"][\"avatar_methods\"] = [netauth, ...]\n```\n\n### Notes\n\nThe plugin looks at the following metadata on NetAuth entities:\n\n- entity ID: used as an \"email\" in the format `entity_id@domain`. `domain` is the base domain of the NetAuth server, but is overridable.\n- entity display name or legal name: if set, will be used for the `full_name` buildbot user property in that fallback order\n- entity group membership: used for the `groups` buildbot user property and can be used for buildbot authz, for example:\n\n```py\nfrom buildbot.plugins import util\n\nc[\"www\"][\"authz\"] = util.Authz(\n    allowRules=[\n        util.AnyEndpointMatcher(role=\"ops\", defaultDeny=False),\n        util.AnyControlEndpointMatcher(role=\"ops\"),\n    ],\n    roleMatchers=[\n        util.RolesFromGroups(groupPrefix=\"build-\"),\n    ]\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassabbyamp%2Fbuildbot-netauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclassabbyamp%2Fbuildbot-netauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassabbyamp%2Fbuildbot-netauth/lists"}