{% extends "linaro_django_xmlrpc/_base.html" %} {% load i18n %} {% block extrahead %} {% endblock %} {% block title %}{{ block.super }} | {% trans "API Tokens" %}{% endblock %} {% block breadcrumbs %} {{ block.super }}
Authentication tokens allow scripts using lava-tool to securely access LAVA resources.
You can create a new authentication token.
ID | {% trans "Description" %} | {% trans "Created On" %} | {% trans "Last Used On" %} | {% trans "Secret" %} | {% trans "Actions" %} |
---|---|---|---|---|---|
{{ token.pk }} | {{ token.description|default:"empty" }} | {{ token.created_on|date }} | {{ token.last_used_on|default_if_none:"Never" }} | {% trans "Delete" %} {% trans "Edit" %} |