Skip to content

Commit 381eaae

Browse files
committed
fix: key decrypter role
1 parent dc92bbe commit 381eaae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugin/command_create_service_account.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ func (p *Plugin) setupOutblocksServiceAccountPermissions(ctx context.Context, na
9797
"roles/secretmanager.secretAccessor",
9898
"roles/cloudfunctions.admin",
9999
"roles/run.admin",
100+
"roles/cloudkms.cryptoKeyDecrypter",
100101
)
101102

102103
return err

0 commit comments

Comments
 (0)