You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@amaterasu.apache.org by ya...@apache.org on 2019/07/09 07:16:27 UTC

[incubator-amaterasu] branch master updated (4245314 -> 72c77fb)

This is an automated email from the ASF dual-hosted git repository.

yaniv pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amaterasu.git.


    from 4245314  Merge pull request #58 from nadav-har-tzvi/documentation/python
     new 907d6a6  CryptoUtil + AwsKms client for encryption/decryption
     new 627a205  add default values for accesskey and keyid
     new 72c77fb  Merge pull request #60 from yarivt/AMATERASU-81-82

The 809 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 common/build.gradle                                |  5 +-
 .../common/crypto/AwsKmsCryptoProvider.kt          | 53 ++++++++++++++++++++++
 .../amaterasu/common/crypto/CryptoKeyProvider.kt   | 13 ++++++
 .../apache/amaterasu/common/utils/CryptoUtils.kt   | 15 ++++++
 .../amaterasu/common/utils/CryptoUtilsTest.kt      | 33 ++++++++++++++
 5 files changed, 118 insertions(+), 1 deletion(-)
 create mode 100644 common/src/main/kotlin/org/apache/amaterasu/common/crypto/AwsKmsCryptoProvider.kt
 create mode 100644 common/src/main/kotlin/org/apache/amaterasu/common/crypto/CryptoKeyProvider.kt
 create mode 100644 common/src/main/kotlin/org/apache/amaterasu/common/utils/CryptoUtils.kt
 create mode 100644 common/src/test/kotlin/org/apache/amaterasu/common/utils/CryptoUtilsTest.kt