{% extends "base.html" %} {% load scoped_tags %} {% block title %}Secrets{% endblock %} {% block page_title %}Secrets{% endblock %} {% block page_subtitle %}Encrypted vault with zero-trust access (Layer 11){% endblock %} {% block layer_indicator %}L11 Secrets{% endblock %} {% block content %}
Values are encrypted and never displayed
Secret values are encrypted at rest and referenced by name only. They never appear in audit trails, snapshots, or connector traffic (Invariant 10).
| Name | Classification | Owner | Versions | Status | Created |
|---|---|---|---|---|---|
|
🔒
{{ secret.name }}
|
{% if secret.classification == "critical" %} Critical {% elif secret.classification == "sensitive" %} Sensitive {% elif secret.classification == "standard" %} Standard {% else %} {{ secret.classification }} {% endif %} | {{ secret.owner_id|truncate_id }} | {{ secret.version_count }} | {% include "components/_state_badge.html" with state=secret.lifecycle %} | {{ secret.created_at|format_dt }} |