Skip to content

Commit

Permalink
Add kms generate key permissions to nodeup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed Jun 24, 2021
1 parent bef2696 commit 665168e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/model/iam/iam_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ func addCalicoSrcDstCheckPermissions(p *Policy) {

func addNodeupPermissions(p *Policy, clusterName string) {

addKMSGenerateRandomPolicies(p)
resource := stringorslice.Slice([]string{"*"})
p.Statement = append(p.Statement,
&Statement{
Expand Down

0 comments on commit 665168e

Please sign in to comment.