webhook_trigger

command
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2026 License: GPL-3.0 Imports: 9 Imported by: 0

README

webhook_trigger

Exposes an HTTP endpoint to trigger reconciliation.

Capabilities: trigger

Config section: webhook_trigger
Keys: port, token, rate_limit
Default: port falls back to 8082

Endpoint:

  • POST /reconcile

Auth:

  • If token is set, the request must include Authorization: Bearer <token>.
  • If rate_limit is set to a duration like 30s or 5m, the endpoint enforces a minimum interval between accepted reconciliations.
  • rate_limit=0s disables throttling.
  • Requests inside the interval return 429 Too Many Requests with Retry-After.

Behavior:

  • Publishes reconcile_now and webhook_received events.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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