Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Jan 22, 2025
1 parent f4fe72f commit 55489ac
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions policies/ROSAAmazonEBSCSIDriverOperatorPolicy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2023-04-20T22:36:00Z",
"VersionId": "v1",
"CreateDate": "2025-01-22T00:52:12Z",
"VersionId": "v2",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand Down Expand Up @@ -61,6 +61,16 @@
}
}
},
{
"Action": [
"ec2:CreateVolume"
],
"Resource": [
"arn:aws:ec2:*:*:snapshot/*"
],
"Effect": "Allow",
"Sid": "CreateVolumeFromSnapshot"
},
{
"Action": [
"ec2:CreateSnapshot"
Expand Down

0 comments on commit 55489ac

Please sign in to comment.