{"id":38819220,"url":"https://github.com/gocd-contrib/github-oauth-authorization-plugin","last_synced_at":"2026-01-17T13:02:43.447Z","repository":{"id":23161724,"uuid":"98082689","full_name":"gocd-contrib/github-oauth-authorization-plugin","owner":"gocd-contrib","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-18T06:24:12.000Z","size":1329,"stargazers_count":11,"open_issues_count":1,"forks_count":19,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-11-18T08:23:14.701Z","etag":null,"topics":["authorization","github","gocd","plugin"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/gocd-contrib.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,"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":"2017-07-23T07:48:04.000Z","updated_at":"2025-11-18T06:24:16.000Z","dependencies_parsed_at":"2023-02-18T02:31:06.718Z","dependency_job_id":"dd1914dd-dc81-428e-8fc8-c9b9a30d7342","html_url":"https://github.com/gocd-contrib/github-oauth-authorization-plugin","commit_stats":null,"previous_names":[],"tags_count":260,"template":false,"template_full_name":null,"purl":"pkg:github/gocd-contrib/github-oauth-authorization-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocd-contrib%2Fgithub-oauth-authorization-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocd-contrib%2Fgithub-oauth-authorization-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocd-contrib%2Fgithub-oauth-authorization-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocd-contrib%2Fgithub-oauth-authorization-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gocd-contrib","download_url":"https://codeload.github.com/gocd-contrib/github-oauth-authorization-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocd-contrib%2Fgithub-oauth-authorization-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"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":["authorization","github","gocd","plugin"],"created_at":"2026-01-17T13:02:43.371Z","updated_at":"2026-01-17T13:02:43.431Z","avatar_url":"https://github.com/gocd-contrib.png","language":"Java","readme":"# GitHub OAuth authorization plugin for GoCD\n\nThe plugin allows user to login in GoCD using GitHub(or GitHub Enterprise). It also supports authorization, which can be used by server admin to map GoCD roles with GitHub organizations or teams.\n\n# Installation\n\nDocumentation for installation is available [here](INSTALL.md)\n\n# Capabilities\n\n* The plugin is implemented using `GoCD plugin authorization endpoint`. Hence, it supports `authentication` and `authorization`.\n\n## Troubleshooting\n\n### Enable Debug Logs\n\n#### If you are on GoCD version 19.6 and above:\n\nEdit the file `wrapper-properties.conf` on your GoCD server and add the following options. The location of the `wrapper-properties.conf` can be found in the [installation documentation](https://docs.gocd.org/current/installation/installing_go_server.html) of the GoCD server.\n\n```properties\n# We recommend that you begin with the index `100` and increment the index for each system property\nwrapper.java.additional.100=-Dplugin.cd.go.authorization.github.log.level=debug\n```\n\nIf you're running with GoCD server 19.6 and above on docker using one of the supported GoCD server images, set the environment variable `GOCD_SERVER_JVM_OPTIONS`:\n\n```shell\ndocker run -e \"GOCD_SERVER_JVM_OPTIONS=-Dplugin.cd.go.authorization.github.log.level=debug\" ...\n```\n\n#### If you are on GoCD version 19.5 and lower:\n\n* On Linux:\n\n    Enabling debug level logging can help you troubleshoot an issue with this plugin. To enable debug level logs, edit the file `/etc/default/go-server` (for Linux) to add:\n\n    ```shell\n    export GO_SERVER_SYSTEM_PROPERTIES=\"$GO_SERVER_SYSTEM_PROPERTIES -Dplugin.cd.go.authorization.github.log.level=debug\"\n    ```\n\n    If you're running the server via `./server.sh` script:\n\n    ```shell\n    $ GO_SERVER_SYSTEM_PROPERTIES=\"-Dplugin.cd.go.authorization.github.log.level=debug\" ./server.sh\n    ```\n\n* On windows:\n\n    Edit the file `config/wrapper-properties.conf` inside the GoCD Server installation directory (typically `C:\\Program Files\\Go Server`):\n\n    ```\n    # config/wrapper-properties.conf\n    # since the last \"wrapper.java.additional\" index is 15, we use the next available index.\n    wrapper.java.additional.16=-Dplugin.cd.go.authorization.github.log.level=debug\n    ```\n\n## Building the code base\n\nTo build the jar, run `./gradlew clean test assemble`\n\n## License\n\n```plain\nCopyright 2022 Thoughtworks, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocd-contrib%2Fgithub-oauth-authorization-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgocd-contrib%2Fgithub-oauth-authorization-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocd-contrib%2Fgithub-oauth-authorization-plugin/lists"}