Skip to content

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 Compliant Kubernetes Apps Secrets
passwordObscured string Optional cannot be null Compliant Kubernetes Apps Secrets
salt string Optional cannot be null Compliant Kubernetes Apps Secrets
saltObscured string Optional cannot be null Compliant Kubernetes Apps Secrets

password

Crypt password, generate with pwgen 32 1.

password

TYPE:

string

passwordObscured

Obscured crypt password, generate with rclone obscure <password>.

passwordObscured

TYPE:

string

salt

Crypt salt, generate with pwgen 32 1.

salt

TYPE:

string

saltObscured

Obscured crypt salt, generate with rclone obscure <salt>.

saltObscured

TYPE:

string

Return to the root secrets schema


Generated Sun Jun 23 03:48:25 UTC 2024 from elastisys/compliantkubernetes-apps@main