-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74224/
-----------------------------------------------------------
(Updated εδΊζ 1, 2022, 11:10 a.m.)
Review request for ranger, Gautam Borad, Abhay Kulkarni, Madhan Neethiraj,
Nikhil P, Pradeep Agrawal, Ramesh Mani, Selvamohan Neethiraj, Sailaja
Polavarapu, and Velmurugan Periasamy.
Bugs: RANGER-3950
https://issues.apache.org/jira/browse/RANGER-3950
Repository: ranger
Description
-------
Fix the change of tag, tag-resource map , service resource is recorded to
x_tag_change_log
https://issues.apache.org/jira/browse/RANGER-3950
add the type of change of tag follow :
TAG_RESOURCE_MAP_CREATE , TAG_RESOURCE_MAP_DELETE , SERVICE_RESOURCE_CREATE ,
SERVICE_RESOURCE_DELETE
Diffs (updated)
-----
agents-common/src/main/java/org/apache/ranger/plugin/util/ServiceTags.java
9b902789a
security-admin/src/main/java/org/apache/ranger/biz/TagDBStore.java e434cf1bb
Diff: https://reviews.apache.org/r/74224/diff/2/
Changes: https://reviews.apache.org/r/74224/diff/1-2/
Testing
-------
Tested the below Rest API's to make sure everything works fine
1.POST /service/tags/tags
2.PUT /service/tag/guid/{guid}
3.DELETE /service/tag/{id}
4.POST /service/resources
5.PUT /service/resource/{id}
6.DELETE /service/resource/{id}
Thanks,
zhou feng