You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two encryption options (AES or aws:kms) call sse-s3. This is not supported on linode object at the moment, so I would like to be able to specify encryption: "" in the wal archive. When I try this I get
$ k create -f barmanObjectStore.yaml The ObjectStore "paris-object" is invalid: spec.configuration.wal.encryption: Unsupported value: "": supported values: "AES256", "aws:kms"
Can we make this optional or allow a key to be specified so that we can use sse-c instead?
Activity
multipart_chunksize
inbarman-cloud-backup
#743martinmarques commentedon Mar 6, 2025
@chris-milsted please check this reply from @alwinzwets
#957 (comment)
chris-milsted commentedon Mar 6, 2025
That reply almost works.... as I mentioned I did try to pass in
encryption: ""
but it fails as below:$ k create -f barmanObjectStore.yaml The ObjectStore "paris-object" is invalid: spec.configuration.wal.encryption: Unsupported value: "": supported values: "AES256", "aws:kms"
Is this a cloud native pg issue or a barman issue on this validation?