Runtime Auth Application
At runtime, Zerq injects credentials into outbound calls based on collection or workflow configuration.
Application order
- Resolve credential reference on collection or node.
- Load and decrypt secret value.
- Transform into required auth shape (header, token, cert, DSN).
- Send outbound request to backend target.
Failure behavior
- Invalid or missing credentials produce auth failures from backend.
- Expired OAuth tokens trigger refresh attempts before request retry.
Practical checks
- Verify attachment scope: collection-wide vs node-specific.
- Confirm logs expose status and request ID, not secret values.
- Test rotation to ensure no stale cached credentials remain.