{% extends "base.html" %} {% block title %}Access Policies — nlght Admin{% endblock %} {% block content %}
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 %}| Type | Subject | Effect | Conditions | Priority | Enabled | Actions |
|---|
No policies yet — all tools, models, and playbooks are unrestricted. Create one →
{% endif %} {% endblock %}