{"id":23364233,"url":"https://github.com/georg-jung/github-webhook-middleware","last_synced_at":"2026-05-17T03:35:29.201Z","repository":{"id":57891402,"uuid":"528868617","full_name":"georg-jung/github-webhook-middleware","owner":"georg-jung","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-24T18:36:10.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T21:13:41.999Z","etag":null,"topics":["devops","github","middleware","traefik-plugin","webhooks"],"latest_commit_sha":null,"homepage":"","language":"Go","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/georg-jung.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}},"created_at":"2022-08-25T13:41:25.000Z","updated_at":"2022-08-25T13:46:04.000Z","dependencies_parsed_at":"2022-09-15T02:42:29.289Z","dependency_job_id":null,"html_url":"https://github.com/georg-jung/github-webhook-middleware","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georg-jung%2Fgithub-webhook-middleware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georg-jung%2Fgithub-webhook-middleware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georg-jung%2Fgithub-webhook-middleware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georg-jung%2Fgithub-webhook-middleware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georg-jung","download_url":"https://codeload.github.com/georg-jung/github-webhook-middleware/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247738922,"owners_count":20987920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["devops","github","middleware","traefik-plugin","webhooks"],"created_at":"2024-12-21T13:14:38.305Z","updated_at":"2026-05-17T03:35:29.195Z","avatar_url":"https://github.com/georg-jung.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Webhook Middleware\n\nGitHub Webhook Middleware is a middleware plugin for [Traefik](https://github.com/containous/traefik) which validates the signature in the [`X-Hub-Signature-256` header](https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks).\n\n## Configuration\n\nInstall with command\n\n```yaml\ncommand:\n  - \"--experimental.plugins.gh-webhook.modulename=github.com/georg-jung/github-webhook-middleware\"\n  - \"--experimental.plugins.gh-webhook.version=v1.0.0\"\n```\n\nOr install inside static config file:\n\n```yaml\nexperimental:\n  plugins:\n    gh-webhook:\n      modulename: github.com/georg-jung/github-webhook-middleware\n      version: v1.0.0\n```\n\nActivate plugin in your dynamic config file\n\n```yaml\nhttp:\n  middlewares:\n    my-gh-webhook-middleware:\n      plugin:\n        gh-webhook:\n          secret: SECRET\n          authHeader: X-Hub-Signature-256\n          headerPrefix: sha256=\n```\n\nUse as docker-compose label  \n\n```yaml\n  labels:\n        - \"traefik.http.routers.my-service.middlewares=my-gh-webhook-middleware@file\"\n```\n\n\u003e Inspired by [23deg/jwt-middleware](https://github.com/23deg/jwt-middleware)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorg-jung%2Fgithub-webhook-middleware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorg-jung%2Fgithub-webhook-middleware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorg-jung%2Fgithub-webhook-middleware/lists"}