cirrus-webhooks-server

module
v0.0.0-...-021ddc5 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2023 License: MIT

README

Cirrus Webhooks Server

Examples of the webhook event processors from the Cirrus CI.

Datadog processor

This processor receives, enriches and streams Cirrus CI webhook events to Datadog.

Usage
docker run -it --rm ghcr.io/cirruslabs/cirrus-webhooks-server:latest datadog

The following command-line arguments are supported:

  • --api-key (string) — enables sending events via the Datadog API using the specified API key
  • --api-site (string) — specifies the Datadog site to use when sending events via the Datadog API (defaults to datadoghq.com)
  • --dogstatsd-addr — enables sending events via the DogStatsD protocol to the specified address (for example, --dogstatsd-addr=127.0.0.1:8125)
  • --event-types (string) — comma-separated list of the event types to limit processing to (for example, --event-types=audit_event or --event-types=build,task)
  • --http-addr (string) — address on which the HTTP server will listen on (defaults to :8080)
  • --http-path (string) — HTTP path on which the webhook events will be expected (defaults to /)
  • --secret-token (string) — if specified, this value will be used as a HMAC SHA-256 secret to verify the webhook events
Example

The simplest way to try this processor is to use Docker and ngrok.

First, obtain the API key from the Datadog's Organization SettingsAPI Keys.

Then, run the Datadog processor:

docker run -it --rm -p 8080:8080 ghcr.io/cirruslabs/cirrus-webhooks-server:latest datadog --api-key=$DD_API_KEY

Finally, install and run ngrok to expose our Datadog processor's HTTP server to the internet:

ngrok http 8080

This will open the following TUI window:

You'll need to copy the forwarding address and set it in your organization's settings in the Cirrus CI app:

Now you can run some tasks, and the corresponding audit events will appear shortly in your "Events Explorer":

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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