Skip to content

Commit

Permalink
hotfix whitelist for org selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Jun 11, 2021
1 parent d60339b commit 8c75af5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/authz/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,5 +646,15 @@
"referer": "http://localhost:4180/devportal/resources/28f9bdbd-dbdb-4fe4-b999-3875b6aae17a?peid=609c5bf79b8ceca36d31ce94",
"query": "\n mutation RevokeAccess($prodEnvId: ID!, $resourceId: String!, $tickets: [String]!) {\n revokePermissions(prodEnvId: $prodEnvId, resourceId: $resourceId, ids: $tickets)\n }\n",
"added": "2021-06-10T20:28:29.544Z"
},
"eb765e1d5ea1ecd8bf0e64f1a1b3bc1d": {
"referer": "http://localhost:4180/manager/products",
"query": "\n query GET {\n allOrganizations(sortBy: name_DESC) {\n id\n name\n title\n }\n }\n",
"added": "2021-06-11T05:54:50.249Z"
},
"3ff59d8d44a038c1416655d5a89f5a60": {
"referer": "http://localhost:4180/manager/products",
"query": "\n query GET($id: ID!) {\n Organization(where: { id: $id }) {\n id\n orgUnits {\n name\n id\n title\n }\n }\n }\n",
"added": "2021-06-11T05:55:08.602Z"
}
}

0 comments on commit 8c75af5

Please sign in to comment.