{% extends 'layouts/default.html' %} {% block title %}ExaFS - ApiKeys{% endblock %} {% block content %}
This is the list of all machines and their API keys, created by admin(s). In general, the keys should be Read Only and with expiration. If you need to create a full access Read/Write key, use usual user form with your organization settings.
| Machine address | ApiKey | Created for | Created by | Expires | Read/Write ? | Action |
|---|---|---|---|---|---|---|
| {{ row.machine }} | {{ row.key }} | {{ row.user.name }} | {{ row.comment }} | {{ row.expires|strftime }} | {% if not row.readonly %} {% endif %} |