Documentation
¶
Overview ¶
Package secrets manages the writing of secrets without an intermediate file, by showing the administrator with a prompt. The secrets are then encrypted with the administrator's public key, and stored in secrets.yml. The administrator's private key is stored in secrets.key. The administrator's public key is stored in secrets.pub. When LibRate is launched, IT MUST NOT merge a decrypted secrets.yml with config.yml. Instead, decryption should happen "on the fly" and then parsed into the config where it'd be solely stored in volatile memory. If LibRate is used in Docker though, it should automatically pick that up and use Docker Secrets instead.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.