{% extends "base.html" %} {% block title %}Permission Rules{% endblock %} {% block extra_head %} {% include "_permission_ui_styles.html" %} {% include "_debug_common_functions.html" %} {% endblock %} {% block content %}

Permission rules

{% set current_tab = "rules" %} {% include "_permissions_debug_tabs.html" %}

Use this tool to view the permission rules that allow the current actor to access resources for a given permission action. It queries the /-/rules.json API endpoint.

{% if request.actor %}

Current actor: {{ request.actor.get("id", "anonymous") }}

{% else %}

Current actor: anonymous (not logged in)

{% endif %}
The permission action to check
Number of results per page (max 200)
{% endblock %}