This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
from e2d2f80cc RANGER-4787: reduce plugin memory footprint by avoiding
unnecessary creation of collections
add 9bfcff1c5 RANGER-3998: KMS integration with AWS KMS
No new revisions were added by this update.
Summary of changes:
distro/src/main/assembly/kms.xml | 6 +-
kms/config/kms-webapp/dbks-site.xml | 33 ++++
kms/pom.xml | 21 ++-
kms/scripts/install.properties | 7 +
kms/scripts/setup.sh | 57 ++++++-
.../hadoop/crypto/key/RangerAWSKMSProvider.java | 175 +++++++++++++++++++++
.../hadoop/crypto/key/RangerKeyStoreProvider.java | 22 +++
.../crypto/key/RangerTencentKMSProvider.java | 2 +-
8 files changed, 319 insertions(+), 4 deletions(-)
create mode 100644
kms/src/main/java/org/apache/hadoop/crypto/key/RangerAWSKMSProvider.java