command
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Apr 18, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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:
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.