cloudevents-webhook-gateway

command module
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2018 License: MIT Imports: 20 Imported by: 0

README

cloudevents-gateway

cloudevents-gateway is a HTTP gateway. This receives the webhook requests from the service, converts it to cloudevents format, and forwards the request to the backend specified in the configuration.

Install

Download the latest binary from the Releases page.

Docker images are also available. Running cloudevents-gateway with Docker is as follows.

$ docker run -it -v $PWD/config.yml:/config.yml -p 24381:24381 summerwind/cloudevents-gateway:latest

Usage

cloudevents-gateway can be started from the command line as follows.

$ cloudevents-gateway -c config.yml

To start cloudevents-gateway, specify the configuration file using the -c option. The configuration format is in YAML. Please see example/config.yml for the full configuration file format.

Supported webhook

cloudevents-gateway currently supports the following webhooks.

  • Github
  • Alertmanager
  • Anchore Engine

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