{% extends "base.html" %} {% block title %}Access Policies — nlght Admin{% endblock %} {% block content %}

Access Policies

+ New policy

No rules for a subject means unrestricted access. Once any rule matches a subject, only requests satisfying a matching allow rule get through (highest priority first, deny wins ties).

{% if policies %} {% for policy in policies %} {% include "policies/_row.html" with context %} {% endfor %}
TypeSubjectEffectConditionsPriorityEnabledActions
{% else %}

No policies yet — all tools, models, and playbooks are unrestricted. Create one →

{% endif %} {% endblock %}