Skip to content

Commit e7d29cf

Browse files
scotwellsclaude
andcommitted
feat(service-catalog): require provider approval to enable compute
Set enablementPolicy.mode to GatedByProvider on the compute Service manifest so that new service enablements enter PendingApproval and require an explicit provider approval (spec.approval.decision: Approved) before becoming active, rather than self-activating immediately. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c39d4b7 commit e7d29cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/components/service-catalog/service.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ spec:
99
owner:
1010
producerProjectRef:
1111
name: datum-cloud
12+
enablementPolicy:
13+
mode: GatedByProvider
1214
phase: Published
1315
serviceName: compute.datumapis.com

0 commit comments

Comments
 (0)