Credential model
- One key pair per environment and workload category
- Separate webhook secret for callback verification
- Idle credentials rotate on a scheduled policy
Authentication and compatibility
Vectorlane issues credentials to a named integration owner. Each key pair is tied to an environment, a scope set, and a regional ingress profile so validation and delivery behavior remain predictable.
Webhook signature example
X-Vectorlane-Timestamp: 1728642000
X-Vectorlane-Signature: sha256=3cb3d4f6c1a4...
signing_payload = timestamp + "." + raw_body