# README

Automatic Encryption

automaticEncryption:
    enabled: true
    secretName: cloud-press-remote-sync

# Functions

AttachAutomaticEncryption is mutating SynchronizationParameters by adding an encryption secret and setting up parameters the encryption secret is generated and placed in `kind: Secret` if it was not created previously So, an existing secret could be used, or a new one could be generated.
Obscure a value This is done by encrypting with AES-CTR.