Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Jul 9, 2024
1 parent 8c15604 commit 560c340
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 3 deletions.
46 changes: 46 additions & 0 deletions policies/AmazonQDeveloperAccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAmazonQDeveloperAccess",
"Effect": "Allow",
"Action": [
"q:StartConversation",
"q:SendMessage",
"q:GetConversation",
"q:ListConversations",
"q:PassRequest",
"q:StartTroubleshootingAnalysis",
"q:StartTroubleshootingResolutionExplanation",
"q:GetTroubleshootingResults",
"q:UpdateTroubleshootingCommandResult",
"q:GetIdentityMetaData"
],
"Resource": "*"
},
{
"Sid": "AllowCloudControlReadAccess",
"Effect": "Allow",
"Action": [
"cloudformation:GetResource",
"cloudformation:ListResources"
],
"Resource": "*"
},
{
"Sid": "AllowSetTrustedIdentity",
"Effect": "Allow",
"Action": [
"sts:SetContext"
],
"Resource": "arn:aws:sts::*:self"
}
]
},
"VersionId": "v1",
"IsDefaultVersion": true,
"CreateDate": "2024-07-09T08:35:15+00:00"
}
}
26 changes: 23 additions & 3 deletions policies/AmazonQFullAccess
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,27 @@
"Sid": "AllowAmazonQFullAccess",
"Effect": "Allow",
"Action": [
"q:*"
"q:StartConversation",
"q:SendMessage",
"q:GetConversation",
"q:ListConversations",
"q:PassRequest",
"q:StartTroubleshootingAnalysis",
"q:GetTroubleshootingResults",
"q:StartTroubleshootingResolutionExplanation",
"q:UpdateTroubleshootingCommandResult",
"q:GetIdentityMetadata",
"q:CreateAssignment",
"q:DeleteAssignment"
],
"Resource": "*"
},
{
"Sid": "AllowCloudControlReadAccess",
"Effect": "Allow",
"Action": [
"cloudformation:GetResource",
"cloudformation:ListResources"
],
"Resource": "*"
},
Expand All @@ -21,8 +41,8 @@
}
]
},
"VersionId": "v2",
"VersionId": "v3",
"IsDefaultVersion": true,
"CreateDate": "2024-04-29T17:02:36+00:00"
"CreateDate": "2024-07-09T08:35:50+00:00"
}
}

0 comments on commit 560c340

Please sign in to comment.