Skip to content

Commit

Permalink
modify s3 permission for grant access to hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
vianel committed Oct 15, 2021
1 parent 3f922e4 commit c9e261f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions templates/vertica-instance-role.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,23 @@
}
}
},
{
"Sid": "s3hooks",
"Effect": "Allow",
"Action": [
"s3:DeleteObject",
"s3:GetBucketLocation",
"s3:GetObject",
"s3:ListBucket",
"s3:PutObject"
],
"Resource": "*",
"Condition": {
"ForAllValues:StringEquals": {
"aws:ResourceTag/common_identifier": "${standard_resource_name}"
}
}
},
{
"Sid": "FullAccessToBackupBucketAndEONModeDataBucket",
"Effect": "Allow",
Expand Down

0 comments on commit c9e261f

Please sign in to comment.