{% extends "base.html" %} {% block title %}Policy Engine - Vindicara{% endblock %} {% block content %}

Policy Engine

Manage policies and test evaluations

Active Policies
{% for policy in policies %} {% endfor %}
Policy IDDescriptionRulesStatus
{{ policy.policy_id }} {{ policy.description }} {{ policy.rule_count }} {% if policy.enabled %}Enabled{% else %}Disabled{% endif %}
Test Sandbox
Evaluating...
{% endblock %}