-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Description
After adding dac permissions to my user for an specific study, the permission shows only for a short period of time, after a while they disappear.
Steps to reproduce the issue: (based on docs)
-
Add dac permission to my user
POST https://authz.ingress.dev.k8s.pcgl.dev-sd4h.ca/user/PCGL100064
Body:{ "study_id": "TEST-CA", "start_date": "2025-12-11", "end_date": "2026-12-11" }200 OK
-
Check my new permission added:
GET https://authz.ingress.dev.k8s.pcgl.dev-sd4h.ca/user/PCGL100064
Response:.. .. "dac_authorizations": [ { "end_date": "2026-12-11", "start_date": "2025-12-11", "study_id": "TEST-CA" } ], ....
-
Wait 5 minutes and repeat step 2 to check my permissions.
Actual response:
Response contains empty dac_authorizations
Expected:
Response should contain 1 item on dac_authorizations array.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels