Skip to content

v1.4.2

Compare
Choose a tag to compare
@goruha goruha released this 31 Jul 14:35
· 7 commits to main since this release
feature: Add ability to use KMS encryption @pazaan (#178)

what

  • Add the ability to use KMS encryption through the addition of the sse_encryption and kms_master_key_id variables.

why

  • Some business have security policies that require the use of customer-managed keys.
  • As per the statement in #105, the default behavior has been left the same as it currently is.

references