webhook-validation-proxy

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2018 License: MIT Imports: 8 Imported by: 0

README

webhook-validation-proxy

Golang validation proxy for github webhooks. It checks headers and payload-secret signature and if all is correct request is proxied to target.

Build Status

Setup

Configuration params can be defined as command line args, env variables and via config file.

For more details see flag.

Usage of webhook-validation-proxy:
  -cidr string
    	CIDR of GH servers (default "192.30.252.0/22")
  -config string
    	Path to config file
  -context string
    	Context path for proxy for webhooks handling (default "/github-webhook/")
  -port string
    	Port for proxy to listen on (default "8888")
  -secret string
    	Secret assosiated with GH webhook
  -target string
    	Target address with port (default "http://localhost:8080")

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL