-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38638/
-----------------------------------------------------------
Review request for ranger, Gautam Borad, Abhay Kulkarni, and Velmurugan
Periasamy.
Bugs: RANGER-274
https://issues.apache.org/jira/browse/RANGER-274
Repository: ranger
Description
-------
Updated DB schema for tag-based-policy for the following:
- rename table x_service_resource_element_value to
x_service_resource_element_val, to comply with table name length restrictions
- remove unused guid columns
- add missed UNIQUE KEY constraint to guid columns
Diffs
-----
security-admin/db/mysql/patches/016-updated-schema-for-tag-based-policy.sql
10eaf4c
security-admin/src/main/java/org/apache/ranger/biz/TagDBStore.java ca15f98
security-admin/src/main/java/org/apache/ranger/entity/XXServiceResourceElement.java
a545133
security-admin/src/main/java/org/apache/ranger/entity/XXServiceResourceElementValue.java
23b17b9
security-admin/src/main/java/org/apache/ranger/entity/XXTagAttribute.java
3bb2207
security-admin/src/main/java/org/apache/ranger/entity/XXTagAttributeDef.java
4653481
security-admin/src/main/java/org/apache/ranger/service/RangerTagDefServiceBase.java
1b4aa26
Diff: https://reviews.apache.org/r/38638/diff/
Testing
-------
Verified that tag creation/retrival/delete flow is not impacted with this
update.
Thanks,
Madhan Neethiraj