Skip to content

Commit 474ca53

Browse files
committed
Take all requirements
1 parent 06c6d21 commit 474ca53

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cre/capabilities/compute/confidentialworkflow/v1alpha/client.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ message WorkflowExecution {
3232
// org_id is the organization identifier for the workflow owner.
3333
// Used by the enclave when fetching secrets from VaultDON with org-based ownership.
3434
string org_id = 7;
35-
// regions that the workflow is allowed to run in.
36-
sdk.v1alpha.Tee tee = 8;
35+
// requirements to run this workflow
36+
sdk.v1alpha.Requirements requirements = 8;
3737
}
3838

3939
// ConfidentialWorkflowRequest is the input provided to the confidential workflows capability.

cre/go/installer/pkg/embedded_gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)