Skip to content

Commit

Permalink
chore: add missing poco policies fr audit log
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaksheeAtl committed Dec 6, 2023
1 parent 1cce461 commit a5e935b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion etc/poco/bundle/extras-prod-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"allowed": true
},
{
"name": "Allow Prod Basic Check Critical Pollinator Test to call Get Audit Log endpoints",
"name": "Allow Prod Basic Check Critical Pollinator Test to call Get Audit Log endpoints for cloud",
"path": "/api/audit-log/subscription/255625",
"method": "GET",
"mechanism": "asap",
Expand All @@ -50,6 +50,16 @@
],
"allowed": true
},
{
"name": "Allow Prod Basic Check Critical Pollinator Test to call Get Audit Log endpoints for ghe",
"path": "/api/audit-log/subscription/256125",
"method": "GET",
"mechanism": "asap",
"principals": [
"pollinator-check/d4f03d07-12fe-4a69-9d68-c1841066772e"
],
"allowed": true
},
{
"name": "Allow pollinator test to call Delete Installation endpoints",
"path": "/api/deleteInstallation/21266506/https%3A%2F%2Ffusion-arc-pollinator-staging-app.atlassian.net",
Expand Down
3 changes: 2 additions & 1 deletion etc/poco/bundle/extras-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"issuers": [
"pollinator-check/f24ec1a9-d03d-45c7-bbd8-f2094543eaba",
"pollinator-check/8692803e-287a-48e3-bad1-49a60a7a4f9d",
"pollinator-check/d4f03d07-12fe-4a69-9d68-c1841066772e"
"pollinator-check/d4f03d07-12fe-4a69-9d68-c1841066772e",
"pollinator-check/42166522-a00b-4c93-858c-bda16bbf7aba"
]
}
}
Expand Down

0 comments on commit a5e935b

Please sign in to comment.