{% extends "base.html" %} {% block title %}Add Secret - PyRunner{% endblock %} {% block content %}
Store an encrypted credential for use in scripts
{{ form.key.help_text }}
{{ form.key.errors.0 }}
{{ form.value.help_text }}
{{ form.value.errors.0 }}
{{ form.description.help_text }}
{{ form.description.errors.0 }}
Security