-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58294/
-----------------------------------------------------------
Review request for ranger.
Bugs: RANGER-1505
https://issues.apache.org/jira/browse/RANGER-1505
Repository: ranger
Description
-------
The KMS service uses reflection to call on the
com.sun.crypto.provider.KeyProtector class to encrypt/decrypt keys using a
password. This causes problems with Java 9 and is generally unnecessary, as we
can just use the normal Java API to do this.
Diffs
-----
kms/src/main/java/org/apache/hadoop/crypto/key/RangerKeyStore.java a001c08
Diff: https://reviews.apache.org/r/58294/diff/1/
Testing
-------
Tested the Ranger KMS Service.
Thanks,
Colm O hEigeartaigh