Skip to content

Commit

Permalink
[8.13](backport #2031) Add permissions for Azure CIS 9.1 rule (#2032)
Browse files Browse the repository at this point in the history
Add permissions for Azure CIS 9.1 rule (#2031)

add permissions for Azure CIS 9.1 rule

(cherry picked from commit 724a151)

Co-authored-by: Kuba Soboń <wtty.fool@gmail.com>
  • Loading branch information
mergify[bot] and kubasobon authored Mar 13, 2024
1 parent d70b269 commit bf1df4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion deploy/azure/ARM-for-single-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,9 @@
"permissions": [
{
"actions": [
"Microsoft.Web/sites/*/read"
"Microsoft.Web/sites/*/read",
"Microsoft.Web/sites/config/Read",
"Microsoft.Web/sites/config/list/Action"
],
"dataActions": [],
"notActions": [],
Expand Down
4 changes: 3 additions & 1 deletion deploy/azure/ARM-for-single-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@
"permissions": [
{
"actions": [
"Microsoft.Web/sites/*/read"
"Microsoft.Web/sites/*/read",
"Microsoft.Web/sites/config/Read",
"Microsoft.Web/sites/config/list/Action"
],
"dataActions": [],
"notActions": [],
Expand Down

0 comments on commit bf1df4f

Please sign in to comment.