Skip to content

Commit 2d949a9

Browse files
authored
Arc 2643 audit log table entry (#2588)
Arc 2643 set poco for new gh4j basic prod test
1 parent a1e5909 commit 2d949a9

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

etc/poco/bundle/extras-prod-test.json

+30
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
],
4141
"allowed": true
4242
},
43+
{
44+
"name": "Allow Prod Basic Check Critical Pollinator Test to call Get Audit Log endpoints",
45+
"path": "/api/audit-log/subscription/255625",
46+
"method": "GET",
47+
"mechanism": "asap",
48+
"principals": [
49+
"pollinator-check/d4f03d07-12fe-4a69-9d68-c1841066772e"
50+
],
51+
"allowed": true
52+
},
4353
{
4454
"name": "Allow pollinator test to call Delete Installation endpoints",
4555
"path": "/api/deleteInstallation/21266506/https%3A%2F%2Ffusion-arc-pollinator-staging-app.atlassian.net",
@@ -50,6 +60,16 @@
5060
],
5161
"allowed": true
5262
},
63+
{
64+
"name": "Allow Prod Basic Check Critical Pollinator Test to call Delete Installation endpoints",
65+
"path": "/api/deleteInstallation/44625349/https%3A%2F%2Ffusion-arc-pollinator-staging-app.atlassian.net",
66+
"method": "DELETE",
67+
"mechanism": "asap",
68+
"principals": [
69+
"pollinator-check/d4f03d07-12fe-4a69-9d68-c1841066772e"
70+
],
71+
"allowed": true
72+
},
5373
{
5474
"name": "Allow pollinator test to call Delete Installation endpoints",
5575
"path": "/api/deleteInstallation/21266506/https%3A%2F%2Ffusion-arc-pollinator-staging-app.atlassian.net",
@@ -90,6 +110,16 @@
90110
],
91111
"allowed": false
92112
},
113+
{
114+
"name": "Allow Prod Basic Check Critical Pollinator Test to call other admin endpoints",
115+
"path": "/api/jira/13453453/verify",
116+
"method": "DELETE",
117+
"mechanism": "asap",
118+
"principals": [
119+
"pollinator-check/d4f03d07-12fe-4a69-9d68-c1841066772e"
120+
],
121+
"allowed": false
122+
},
93123
{
94124
"name": "Not allow Pollinator tests to call other Admin endpoints",
95125
"path": "/api/jira/13453453/verify",

etc/poco/bundle/extras-prod.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
"pollinator-check/713bec45-18fb-48c7-b6c2-46e6e824caec",
1717
"pollinator-check/b33f33a7-c308-468e-a2a2-06c1f2443bfb",
1818
"pollinator-check/f24ec1a9-d03d-45c7-bbd8-f2094543eaba",
19-
"pollinator-check/8692803e-287a-48e3-bad1-49a60a7a4f9d"
19+
"pollinator-check/8692803e-287a-48e3-bad1-49a60a7a4f9d",
20+
"pollinator-check/d4f03d07-12fe-4a69-9d68-c1841066772e"
2021
]
2122
}
2223
}
2324
},
2425
{
25-
"description": "Allow stage pollinator checks to call view audit log endpoints for testing",
26+
"description": "Allow prod pollinator checks to call view audit log endpoints for testing",
2627
"paths": [
2728
"/api/audit-log/**"
2829
],
@@ -33,7 +34,8 @@
3334
"asap": {
3435
"issuers": [
3536
"pollinator-check/f24ec1a9-d03d-45c7-bbd8-f2094543eaba",
36-
"pollinator-check/8692803e-287a-48e3-bad1-49a60a7a4f9d"
37+
"pollinator-check/8692803e-287a-48e3-bad1-49a60a7a4f9d",
38+
"pollinator-check/d4f03d07-12fe-4a69-9d68-c1841066772e"
3739
]
3840
}
3941
}

0 commit comments

Comments
 (0)