-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48828/
-----------------------------------------------------------
Review request for ranger and Madhan Neethiraj.
Summary (updated)
-----------------
REST API for tag download returns incorrect return code
Bugs: RANGER-1037
https://issues.apache.org/jira/browse/RANGER-1037
Repository: ranger
Description (updated)
-------
Tag download REST API in secure environment returns success even when the user
is not allowed to download tags. It is fixed to return 'not authorized' error
code.
Diffs (updated)
-----
agents-common/src/main/java/org/apache/ranger/admin/client/RangerAdminRESTClient.java
aaf1596
security-admin/src/main/java/org/apache/ranger/rest/TagREST.java e69c5a1
Diff: https://reviews.apache.org/r/48828/diff/
Testing
-------
Thanks,
Abhay Kulkarni