Security 1 min read

Are OpsIQ webhooks secure?

OpsIQ signs webhook payloads using HMAC-SHA256 over the raw body and implements timestamp and replay protections, along with per-connector secret rotation. Receivers should verify the signature and timestamp before processing the payload. Additionally, they should handle repeated deliveries idempotently and ensure that signing secrets are kept out of public code and logs.

Related articles