{% extends "base.html" %} {% block title %}Sign in — Agent Firewall{% endblock %} {% block content %} Approver sign in Approve or reject high-risk agent tool calls. {% if error %} {{ error }} {% endif %} {% if auth_mode != "local" %} Auth mode is {{ auth_mode }}. Use your parent app identity / passthrough header. {% else %} Username Password Sign in Demo users come from firewall.yaml (e.g. admin / admin123). {% endif %} {% endblock %}
Approve or reject high-risk agent tool calls.
{{ auth_mode }}
Demo users come from firewall.yaml (e.g. admin / admin123).
firewall.yaml