ABAC policies
{{ error }}
{% end %}
Policies ({{ len(policies) }})
| ID | Name | Effect | Actions | Priority | Condition | Status | Actions |
|---|---|---|---|---|---|---|---|
| #{{ p['id'] }} |
{{ p['name'] }}
{% if p.get('description') %}
{{ p['description'] }}
{% end %}
|
{% if p['effect'] == 'permit' %} Permit {% else %} Deny {% end %} | {% for action in p['target_actions'] %} {{ action }} {% end %} | {{ p['priority'] }} |
{% set cjson = p.get('condition_json_str', '{}') %}
{% if cjson == '{}' %}
none
{% else %}
{{ cjson.splitlines()[0] }} …{{ cjson }}
|
{% if p['enabled'] %} Enabled {% else %} Disabled {% end %} | |
| No policies defined yet. | |||||||