systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
1.59k stars 261 forks source link

fix(sdf): Remove ManagePermissionLayer on refresh_workspace_members #4942

Closed stack72 closed 1 week ago

stack72 commented 1 week ago

This API endpoint is used more as a Webhook than it is with managing information

The AuthPortal talks to this endpoint and tells the endpoint to assemble the correct data for the wroksapce. It doesn't push that data to SDF. so if a user who doesn't have access to manage my workspace hits the endpoint, they cannot manipulate the workspace. This means we can work without this check at this time.