Copy this key now — it will not be shown again.
Set it on the secondary as SAGITTARIUS_PRIMARY_API_KEY:
{{ key }}
{% extends "base.html" %}
{% import "_macros.html" as ui %}
{% block title %}API keys · sagittarius{% endblock %}
{% block content %}
Bearer keys that let a secondary/fallback instance mirror this instance's configuration.{% call ui::icon("apikeys") %}{% endcall %}API keys
{{ notice }}
{% endif %} {% if let Some(error) = error %}{{ error }}
{% endif %} {% if let Some(key) = new_key %}Copy this key now — it will not be shown again.
Set it on the secondary as SAGITTARIUS_PRIMARY_API_KEY:
{{ key }}
No API keys yet.
{% else %}| Label | Key id | Created | Last used | Status | |
|---|---|---|---|---|---|
| {{ k.label }} | {{ k.id }} | {{ k.created }} | {{ k.last_used }} | {% if k.revoked %}revoked {% else %}active{% endif %} | {% if !k.revoked && !chrome.read_only %} {% endif %} |