Credentials Encryption
encrypt
Use the util encrypt
command to encrypt credentials (account username / password or API token) in the configuration file conf/xygeni.yml
.
When given a Xygeni configuration file, existing values for fields with sensitive data (username
and password
for both the API or proxy, apikey
) are encrypted and stored in a {masked:}
block.
This encryption is sufficient for casual viewers 'looking above your shoulder' and is not tamper-proof against a willing bad actor. If you know that the configuration file was leaked, please renew the credentials.
The command documentation gives:
Examples:
Encrypt sensitive data in the default
xygeni.yml
configuration file:Encrypt a given configuration file and save under a different name:
Encrypt some secret stored in a file:
Last updated