Skip to content

HTTP listener for ALM Octane webhooks with basic authentication

License

Notifications You must be signed in to change notification settings

MicroFocus/alm-octane-webhooks-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alm-octane-webhooks-listener

HTTP listener for ALM Octane webhooks with basic authentication.

Installation:

Checkout this repository locally. In the alm-octane-webhooks-listener directory run:

npm install

Note: this application requires Node.js v7.10.1 or later.

Usage:

In the alm-octane-webhooks-listener directory run:

node app [options]

Available Options:

--port         Port to use (default: 8080)
--rcode        Response status code (default: 200)
-u             Username for basic authentication (default: none)
-p             Password for basic authentication (default: none)
--verbose      Print request headers and body (default: no)

--help         Print help and exit

Example:

node app --port=8090 --verbose -u user@domain -p secret

About

HTTP listener for ALM Octane webhooks with basic authentication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published