Skip to content

Commit

Permalink
chore: change required permissions for function, based on 2nd generat…
Browse files Browse the repository at this point in the history
…ion.

Signed-off-by: Igor Eulalio <[email protected]>
  • Loading branch information
IgorEulalio committed Oct 14, 2024
1 parent abf4276 commit 195ca2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actionners/gcp/function/function.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const (
AllowOutput bool = false
RequireOutput bool = false
Permissions string = `{
"roles/cloudfunctions.invoker"
"cloudfunctions.functions.get",
"cloudfunctions.functions.invoke"
}`
Example string = `- action: Invoke GCP Cloud Function
actionner: gcp:function
Expand Down

0 comments on commit 195ca2d

Please sign in to comment.