Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Dec 16, 2024
1 parent 3f356b8 commit 59a7107
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions policies/AWSCodeBuildAdminAccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2024-05-02T01:45:44Z",
"VersionId": "v14",
"CreateDate": "2024-12-16T20:07:07Z",
"VersionId": "v15",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand Down Expand Up @@ -97,8 +97,8 @@
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringLike": {
"codestar-notifications:NotificationsForResource": "arn:aws:codebuild:*"
"ArnLike": {
"codestar-notifications:NotificationsForResource": "arn:aws:codebuild:*:*:project/*"
}
},
"Sid": "CodeStarNotificationsReadWriteAccess"
Expand Down
8 changes: 4 additions & 4 deletions policies/AWSCodeBuildDeveloperAccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2024-05-02T01:36:55Z",
"VersionId": "v15",
"CreateDate": "2024-12-16T20:07:06Z",
"VersionId": "v16",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand Down Expand Up @@ -73,8 +73,8 @@
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringLike": {
"codestar-notifications:NotificationsForResource": "arn:aws:codebuild:*"
"ArnLike": {
"codestar-notifications:NotificationsForResource": "arn:aws:codebuild:*:*:project/*"
}
},
"Sid": "CodeStarNotificationsReadWriteAccess"
Expand Down
8 changes: 4 additions & 4 deletions policies/AWSCodeDeployDeployerAccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2020-04-02T16:16:11Z",
"VersionId": "v3",
"CreateDate": "2024-12-16T20:22:07Z",
"VersionId": "v4",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand All @@ -27,8 +27,8 @@
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringLike": {
"codestar-notifications:NotificationsForResource": "arn:aws:codedeploy:*"
"ArnLike": {
"codestar-notifications:NotificationsForResource": "arn:aws:codedeploy:*:*:application:*"
}
},
"Sid": "CodeStarNotificationsReadWriteAccess"
Expand Down
8 changes: 4 additions & 4 deletions policies/AWSCodeDeployFullAccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2020-04-02T16:14:47Z",
"VersionId": "v3",
"CreateDate": "2024-12-16T20:22:06Z",
"VersionId": "v4",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand All @@ -22,8 +22,8 @@
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringLike": {
"codestar-notifications:NotificationsForResource": "arn:aws:codedeploy:*"
"ArnLike": {
"codestar-notifications:NotificationsForResource": "arn:aws:codedeploy:*:*:application:*"
}
},
"Sid": "CodeStarNotificationsReadWriteAccess"
Expand Down
8 changes: 4 additions & 4 deletions policies/AWSCodeDeployReadOnlyAccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2020-04-02T16:20:09Z",
"VersionId": "v3",
"CreateDate": "2024-12-16T20:07:07Z",
"VersionId": "v4",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand All @@ -21,8 +21,8 @@
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringLike": {
"codestar-notifications:NotificationsForResource": "arn:aws:codedeploy:*"
"ArnLike": {
"codestar-notifications:NotificationsForResource": "arn:aws:codedeploy:*:*:application:*"
}
},
"Sid": "CodeStarNotificationsPowerUserAccess"
Expand Down

0 comments on commit 59a7107

Please sign in to comment.