mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 00:22:42 -05:00
[GH-ISSUE #1423] API: Resrouce set users endpoint returns 403 when using root API Key #1902
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yasalmasri on GitHub (Sep 7, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1423
Bug Description
Trying to add user to a resource through Pangolin API with root API Key, but it returns HTTP status code 403 with error message:
Key does not have access to this organization, I tried to replicate the same request with organization API Key and it works with no error.Steps to Reproduce
Actual Behavior
API request returns http status code 403.
Expected Behavior
API request should return 201 and user should be added to resource.
Environment
Pangolin Version: 1.9.4
Deployment: Docker (fosrl/pangolin)
OS: Ubuntu 24.10
@oschwartz10612 commented on GitHub (Sep 7, 2025):
Thanks for pointing this out! This will be fixed in the next release by
64722617c1