Sign inSign up

beetaone/webhook-server

By beetaone

Updated almost 2 years ago

Image
0

150

beetaone/webhook-server repository overview

Webhook Server

NameWebhook Server
Versionv1.0.0
DockerHubbeetaone/webhook-server
authorsJakub Grzelak

Table of Content

Description

This module creates a webhook server. it accepts and processes ingress from HTTP POST/POST/PATCH requests.

NOTE: currently only IPv4 is supported.

Environment Variables

Module Specific

The following module configurations can be provided in a data service designer section on beetaone platform:

Environment VariablestypeDescription
HOST_PORTstringPort on which the server will run
Set by the beetaone Agent on the edge-node

Other features required for establishing the inter-container communication between modules in a data service are set by beetaone agent.

Environment VariablestypeDescription
MODULE_NAMEstringName of the module
MODULE_TYPEstringType of the module (Input, Processing, Output)
EGRESS_URLSstringHTTP ReST endpoint for the next module
LOG_LEVELstringAllowed log levels: DEBUG, INFO, WARNING, ERROR, CRITICAL. Refer to logging package documentation.

Dependencies

bottle
requests

Input

HTTP ReST POST/POST/PATCH request with request-body

Output

Output of this module is JSON body the same as the JSON body received from HTTP POST request.

Tag summary

Content type

Image

Digest

sha256:e1542e5a9

Size

49.3 MB

Last updated

almost 2 years ago

docker pull beetaone/webhook-server:v1.0.0