Group permission checks by request on /-/permissions debug page
See original GitHub issueNow that we’re making a LOT more permission checks (on the DB index page we do a check for every listed table for example) the /-/permissions
page gets filled up pretty quickly.
Can make this more readable by grouping permission checks by request. Have most recent request at the top of the page but the permission requests within that page sorted chronologically by most recent last.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Request app permissions - Android Developers
... <path-permission> · <permission> · <permission-group> · <permission-tree> ... Overview · Standalone apps · Authentication · Request permissions ...
Read more >How do I debug filesystem permissions? - Unix Stack Exchange
I can show the user ID and the groups the user belongs to with id userWhoShouldHaveAccess . Since there are also access control...
Read more >Implementing permissions - GitLab Docs
If a user is the member of both a project and the project parent groups, the highest permission is the applied access level...
Read more >Troubleshooting Security - Oracle Help Center
The following table lists java.security.debug options and links to further ... Only dump output if specified permission is being checked; codebase=<URL> ...
Read more >azure - How to debug "You do not have permission to view ...
You do not have permission to view this directory or page. That's basically a hint when Azure encounters an error while running your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure! It’s a bit of a fiddle one - I’ve not found an approach that I like, but I also haven’t thought about it since June. I’d love to see what you come up with!
hey! I’d like to take a look at this if you’re open to a PR for it