New Callback Handler parametersStarting with SGX API Co-signer image version 3.5.0, as well as all versions of AWS Nitro and GCP Confidential Space Co-signer, the following enhancements have been introduced:
- The Callback Handler returns the new
RETRY
action. Learn more below.- The Callback Handler's payload includes the signerId, which represents the API user ID (API key) of the API user handling the request. This is particularly useful in high availability configurations with multiple API Co-signers, as it allows the Callback Handler to identify the specific Co-signer that initiated the request.
Below is the response expected from the Callback Handler for any request. If it does not respond within 30 seconds, Fireblocks fails the request.
Parameter | Type | Description |
---|---|---|
action | string |
|
requestId | string | The unique identifier of the call, as received in the approval request. |
rejectionReason | string | (Optional) Free text of the reason for rejection. This is used for logging purposes and recorded in the workspace's audit logs. |