{% extends "base_admin.html" %} {% block scripts %} {% endblock %} {% block pagehead %}

Provisioning Interface polices

{% endblock pagehead %} {% block content %}

XMLRPC provisioning interface policies
This dialog shows the policy rules applied to the requests comming to the provisioning XMLRPC API.


{% if table.getRuleSet %} {% for rule in table.getRuleSet %} {% csrf_token %} {% endfor %} {% else %} {% endif %}
Order Enabled Condition Description Return Actions
{{ forloop.counter0 }} {% if rule.enabled %} {%else%} {%endif%}
{{ rule.rule.getCondition.dump }} {{ rule.rule.getDescription }} {% if rule.rule.getType.terminal%} {% if rule.rule.getType.value %}ACCEPT {% else %}DENY {% endif %} {% else %}NON-TERMINAL {% endif %}
There are no rules in this table yet
DEFAULT POLICY: {%if table.getPolicyType %} ACCEPT {% else %} DENY {% endif %}
{% csrf_token %}

Dashboard
{% endblock content %}