Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show ACL on every resource if you're an admin. #54

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Show ACL on every resource if you're an admin. #54

wants to merge 5 commits into from

Commits on Oct 31, 2022

  1. Show ACL on every resource if you're an admin.

    Just had this idea this afternoon: wouldn't it be nice if we can quickly
    see the ACL list of every resource in an API by a click of the button.
    
    This middleware does that. If you're an admin, a new button gets
    rendered everywhere.
    
    Click it, and you'll see all the relevant privileges as fetched from
    a12n-server.
    evert committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    03b3827 View commit details
    Browse the repository at this point in the history
  2. Require admin to see ACL page

    evert committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    740a052 View commit details
    Browse the repository at this point in the history
  3. Show the related resource

    evert committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f9d5d2a View commit details
    Browse the repository at this point in the history
  4. Fix relative-to-a12nserver URIs

    evert committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1d2cdd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aee1e49 View commit details
    Browse the repository at this point in the history