Encryption at Rest

{% if encryption_enabled %} INVENTORY_ENCRYPTION_KEY is set. New keys are encrypted automatically. {% else %} INVENTORY_ENCRYPTION_KEY is not set. Keys are stored in plaintext until encryption is enabled. {% endif %}

{{ encryption.encrypted }} encrypted ยท {{ encryption.plaintext }} plaintext ({{ encryption.total }} total)

{% if converted %}

Encrypted {{ converted }} key(s) just now.

{% endif %} {% if error %}

{{ error }}

{% endif %}
{% if encryption_enabled and encryption.plaintext > 0 %} {% elif not encryption_enabled %}

janus inventory generate-encryption-key

{% endif %}