-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73411/
-----------------------------------------------------------
Review request for ranger, Dhaval Shah, Abhay Kulkarni, Mehul Parikh, Pradeep
Agrawal, and Velmurugan Periasamy.
Bugs: RANGER-3103
https://issues.apache.org/jira/browse/RANGER-3103
Repository: ranger
Description
-------
Kms-audit log only logs the short username:
OK[op=GENERATE_EEK, key=key1, user=hdfs, accessCount=4206, interval=10427ms]
In this example, it's impossible to tell which NN(s) requested EDEKs when they
are all lumped together.
Diffs
-----
kms/src/main/java/org/apache/hadoop/crypto/key/kms/server/KMSAudit.java
3035a4557
kms/src/main/java/org/apache/hadoop/crypto/key/kms/server/KMSAuditLogger.java
f03ece7e1
Diff: https://reviews.apache.org/r/73411/diff/1/
Testing
-------
Verified : Ranger kms logging the full UGI principal.
Thanks,
Mateen Mansoori