Skip to content

Commit

Permalink
Updated samples files as part of: EDSF-535 Add prefix to tarball/agen…
Browse files Browse the repository at this point in the history
…t s3 bucket
  • Loading branch information
linda.nasredin committed Feb 14, 2024
1 parent b0079de commit e721453
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ ${tarball_s3_bucket_name}
"Sid": "s3Read",
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::${tarball_s3_bucket_name}",
"arn:aws:s3:::${tarball_s3_bucket_name}/*",
"arn:aws:s3:::${tarball_s3_bucket_name}/sonar/*",
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ ${tarball_s3_bucket_name}
"Sid": "s3Read"
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:ListBucket"
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::${tarball_s3_bucket_name}",
"arn:aws:s3:::${tarball_s3_bucket_name}/*"
"arn:aws:s3:::${tarball_s3_bucket_name}/sonar/*"
]
}
}
6 changes: 2 additions & 4 deletions permissions_samples/aws/DSFIntallationAccessPermissions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
{
"Sid": "DSFInstallationAccessPermissions",
"Action": [
"s3:GetObject",
"s3:ListBucket"
"s3:GetObject"
],
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::1ef8de27-ed95-40ff-8c08-7969fc1b7901",
"arn:aws:s3:::1ef8de27-ed95-40ff-8c08-7969fc1b7901/*"
"arn:aws:s3:::1ef8de27-ed95-40ff-8c08-7969fc1b7901/sonar/*"
]
}
]
Expand Down

0 comments on commit e721453

Please sign in to comment.