BackendVault #
Available since 2.8.0
The BackendVault class handles the secrets vault.
It is accessible from the Backend.config property.
See the Secrets Vault guide.
key #
| Type | Description | get / set |
|---|---|---|
string | Secret key to decrypt encrypted values | set |
This property is only available before the application is started.
file #
| Type | Description | get / set |
|---|---|---|
string | Path to the file containing encrypted secrets | set |
This property is only available before the application is started.
secrets #
| Type | Description | get / set |
|---|---|---|
JSONObject | Decrypted secrets | get |