Skip to content

Commit

Permalink
Add AllowGetServiceQuota permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ometelytsia committed Sep 25, 2024
1 parent fe0f54c commit 0cece94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions permissions/policy1.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@
"arn:aws:s3:::atl-dc-*/*",
"arn:aws:s3:::*-confluence-storage/*"
]
},
{
"Sid": "AllowGetServiceQuota",
"Effect": "Allow",
"Action": "servicequotas:GetServiceQuota",
"Resource": "*"
}
]
}

0 comments on commit 0cece94

Please sign in to comment.