Skip to content

Encryption

Key Value
type object
relationship Package -> Database -> Shard -> DbSettings -> Encryption
object path $.databases[*].shards[*].dbSettings.encryption
package file path {package-root}/databases/{db-name}/shards/{shard-name}.yaml

Fields

Field Type Required Description Constraints Default
auth Auth | null no Configure the Encryption secret to be used for encrypting Assembly database - null
encryptAll boolean | null no Enable encryption of all schemas within the database - true

Used In

Back to top