Lucian Onita
07/10/2025, 9:43 PMallow {
policies.allow
custom.allow
}
@Ask InkeepChristie Molloy
07/11/2025, 3:55 PMJack Muller
07/15/2025, 5:29 PM{
"textPayload": "[2025-07-15T07:33:22Z ERROR pdp_server::api::authz::allowed] Failed to send request to OPA: Failed to send request to OPA: error sending request",
"insertId": "[REDACTED_INSERT_ID]",
"resource": {
"type": "cloud_run_revision",
"labels": {
"location": [REDACTED_LOCATION],
"configuration_name": "pdp-production",
"service_name": "pdp-production",
"project_id": "[REDACTED_PROJECT]",
"revision_name": "[REDACTED_REVISION]"
}
},
"timestamp": "2025-07-15T07:33:22.601969Z",
"labels": {
"instanceId": "[REDACTED_INSTANCE_ID]"
},
"logName": "projects/[REDACTED_PROJECT]/logs/run.googleapis.com%2Fstderr",
"receiveTimestamp": "2025-07-15T07:33:22.607515466Z"
}
Additionally, in the monitoring page on https://app.permit.io/monitoring I see a lot of red indicators that seem to mean the pdp is struggling to connect with the external permit api but I can't get any additional information from the page.TomÔŔ JelĆnek
07/18/2025, 6:44 AMArnav Choudhury
07/18/2025, 8:59 AMAdriano Foschi
07/21/2025, 4:01 PMWHERE color = 'red'
) on top of the accessible entities.
2. Make these results paginable (e.g., LIMIT X OFFSET Y
).
What's the recommended scalable approach for this "data filtering" in Supabase, given Permit.io provides the authorized list?William Afonso
07/22/2025, 6:53 AMAlec Diamond
07/23/2025, 2:40 PMAdrian Green
07/25/2025, 1:33 AM{
"id": "c1944e23b30242e793cc482390cb620d",
"title": "The request could not be completed",
"error_code": "UNEXPECTED_ERROR",
"message": "You did nothing wrong, but we could not finish your request due to a technical issue on our end. Please try again.\nIf the issue keeps happening, contact our support on Slack for further guidance."
}
Christie Molloy
07/25/2025, 9:16 AMVivek Garg
07/28/2025, 5:18 PMSumit Sati
07/31/2025, 5:52 AMÅukasz SzydÅo
07/31/2025, 9:53 AMContext context = new Context();
context.put("enable_abac_user_permissions", Boolean.TRUE);
UserPermissions userPermissions = permit.getUserPermissions(new GetUserPermissionsQuery(User.fromString("123"), null,null, null, context));
I only get roles, but no resources or permissions. I have ABAC permission configured with resource and user attributes. Any clue what am I doing wrong ?Stephen Morrison
08/01/2025, 8:18 PMGraham
08/05/2025, 5:46 AMGraham
08/05/2025, 8:48 PMPratham Khodwe
08/06/2025, 9:44 AMPratham Khodwe
08/06/2025, 6:28 PMPratham Khodwe
08/07/2025, 5:47 AMMichaŠWójcik
08/07/2025, 11:27 AMPratham Khodwe
08/07/2025, 12:22 PMPratham Khodwe
08/07/2025, 5:36 PMPratham Khodwe
08/08/2025, 7:16 AMHassan Munir
08/08/2025, 1:50 PMRyan Barriger
08/12/2025, 5:55 PMJannis Kƶksel
08/12/2025, 6:29 PMGraham
08/14/2025, 6:35 AMKator James
08/14/2025, 6:11 PMYoong Jia
08/15/2025, 6:36 AMpermit.getUserPermissions(id)
through the sdk, and it will return a full list of permission to the front end to render the items.
Previously when we changed the roles of a user, the changes in the permission returned from that call also happens near real-time/immediately, but starting yesterday the getUserPermissions
only returns the correct permission after around 5 mins approximately (different every time) after we changed the roles. Do you know why ? It looks like the rendering of the roles on permit.io side has some issue and propagation of the policy to our PDP is delayed