{% extends "themis/base.html" %} {% block title %}Add API Key — {{ themis_app_name }}{% endblock %} {% block content %}

Add API Key

{% csrf_token %}
Service Name {{ form.service_name }}
Key Type {{ form.key_type }}
Label (optional) {{ form.label }}

Credential

Key / Secret / Token {{ form.key_value }}

This value will be encrypted at rest and will not be shown in full after saving.

Documentation

Instructions {{ form.instructions }}
Help URL {{ form.help_url }}
Cancel
{% endblock %}