Rclone Crypt Secrets Schema¶
Note
This is auto-generated documentation from a JSON schema that is under construction, this will improve over time.
Return to the root secrets schema
https://raw.githubusercontent.com/elastisys/compliantkubernetes-apps/main/config/schemas/secrets.yaml#/properties/objectStorage/properties/restore/properties/decrypt
Secrets for encrypt data when syncing.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config/schemas/secrets.yaml* |
TYPE:
object
(Rclone Crypt Secrets)
DEFAULTS:
The default value is:
{}
PROPERTIES:
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
password | string |
Optional | cannot be null | Welkin Apps Secrets |
passwordObscured | string |
Optional | cannot be null | Welkin Apps Secrets |
salt | string |
Optional | cannot be null | Welkin Apps Secrets |
saltObscured | string |
Optional | cannot be null | Welkin Apps Secrets |
password¶
Crypt password, generate with pwgen 32 1
.
password
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Welkin Apps Secrets
TYPE:
string
passwordObscured¶
Obscured crypt password, generate with rclone obscure <password>
.
passwordObscured
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Welkin Apps Secrets
TYPE:
string
salt¶
Crypt salt, generate with pwgen 32 1
.
salt
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Welkin Apps Secrets
TYPE:
string
saltObscured¶
Obscured crypt salt, generate with rclone obscure <salt>
.
saltObscured
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Welkin Apps Secrets
TYPE:
string
Return to the root secrets schema
Generated Sun Nov 17 03:51:36 UTC 2024 from elastisys/compliantkubernetes-apps@main