Skip to content

Commit 767c996

Browse files
authored
add relay metadata fields for remote capability execution (#1948)
1 parent 169c179 commit 767c996

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • pkg/capabilities/v2/actions/confidentialrelay

pkg/capabilities/v2/actions/confidentialrelay/types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ type SecretsResponseResult struct {
4141
// CapabilityRequestParams is the JSON-RPC params for "confidential.capability.execute".
4242
type CapabilityRequestParams struct {
4343
WorkflowID string `json:"workflow_id"`
44+
Owner string `json:"owner,omitempty"`
45+
ExecutionID string `json:"execution_id,omitempty"`
46+
ReferenceID string `json:"reference_id,omitempty"`
4447
CapabilityID string `json:"capability_id"`
4548
Payload string `json:"payload"`
4649
Attestation string `json:"attestation,omitempty"`

0 commit comments

Comments
 (0)