mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[GH-ISSUE #441] Resource gets set to null when disabeling "Use Platform SSO" #1454
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 @jnewing on GitHub (Mar 31, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/441
If the user has a resource and then wanted to just make it open, I assumed I could just disable the "Use Platform SSO" and can see the authentication gets a little yellow label that reads: "Anyone can access this resource"
However when you do this it then sets the URL to https://null and if you try to access the resource in question you just get a 404.
@miloschwartz commented on GitHub (Mar 31, 2025):
This bug should be fixed on the latest version. If you're running an older version try to update. If it's still a problem let me know!
@jnewing commented on GitHub (Mar 31, 2025):
Ok, thanks I think I'm on version 1.0.0 I'll update the container and try it out! Thanks! <3 Keep up the great work!