You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access to the donor data GQL API has previously been restricted to DCC admin and program contributors, we need this to additionally be available to RDPC Admins identified by having READ access to the RDPC that this service is running in.
Detailed Description
The total list of permissions to query are:
DCC Admin can read
Program members can read
RDPC Admins can read
"can read" means they have the relevant permission with READ or WRITE mask.
Possible Implementation
New permission checks are being added to the ego-token-utils which will allow us to check if a set of permissions is authorized to read from the RDPC. This new check canReadFromRdpc can be used to check for this authorization.
The text was updated successfully, but these errors were encountered:
Access to the donor data GQL API has previously been restricted to DCC admin and program contributors, we need this to additionally be available to RDPC Admins identified by having READ access to the RDPC that this service is running in.
Detailed Description
The total list of permissions to query are:
"can read" means they have the relevant permission with READ or WRITE mask.
Possible Implementation
New permission checks are being added to the ego-token-utils which will allow us to check if a set of permissions is authorized to read from the RDPC. This new check
canReadFromRdpc
can be used to check for this authorization.The text was updated successfully, but these errors were encountered: