kvproto icon indicating copy to clipboard operation
kvproto copied to clipboard

br: add encryption config to streaming backup

Open Tristan1900 opened this issue 6 months ago • 3 comments

Add encryption config to streaming backup, config includes

  1. plaintext
  2. direct encryption using data key passed from user from command line interface
  3. master key loaded from disk to encrypt data keys
  4. master key configured in KMS to encrypt data keys

Change the check.sh to accommodate version format major.minor besides major.minor.patch, add checks for protobuf 27 major release version after major version 3

Tristan1900 avatar Jul 30 '24 19:07 Tristan1900