{% extends "console_page.html" %} {% block console_content %}
Update the value for secret "{{ secret_key }}" in {{ agent.name }}
This will replace the existing value for "{{ secret_key }}". The new value will be encrypted with AES-256-GCM before storage.
Edit the name, description, and value for this secret
{% for error in form.non_field_errors %} {{ error|striptags }} {% endfor %}
{{ form.secret_type.help_text }}
{{ form.domain.help_text }}
{{ form.name.help_text }}
{{ form.description.help_text }}
This key is auto-generated from the name and will update if you change the name
{{ form.value.help_text }}