-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74620/
-----------------------------------------------------------
(Updated Oct. 16, 2023, 11:22 a.m.)
Review request for ranger, Anand Nadar, Madhan Neethiraj, Prashant Satam, and
Subhrat Chaudhary.
Changes
-------
added patch for gz_jsonData column addition in x_security_zone and removed
patch for x_service
Bugs: RANGER-4394
https://issues.apache.org/jira/browse/RANGER-4394
Repository: ranger
Description
-------
upgrade patches to support GDS database changes
-- Tables added x_gds_dataset, x_gds_project, x_gds_data_share,
x_gds_shared_resource, x_gds_data_share_in_dataset, x_gds_dataset_in_project
-- Indexes added
-- View added vx_principal
-- Modification of x_service and x_service_version_info for GDS
-- Perm added for Governed Data Sharing
Diffs (updated)
-----
security-admin/db/mysql/optimized/current/ranger_core_db_mysql.sql
3cbca48efa2b6b3b11aeb35c0d0af86d0b46a2c4
security-admin/db/mysql/patches/067-create-gds-tables.sql PRE-CREATION
security-admin/db/mysql/patches/068-create-view-principal.sql PRE-CREATION
security-admin/db/mysql/patches/069-add-gz_json_x_security_zone.sql
PRE-CREATION
security-admin/db/mysql/patches/070-add-gds-perm.sql PRE-CREATION
security-admin/db/postgres/optimized/current/ranger_core_db_postgres.sql
4cdf7e27d68ba3faa180538eea3b2b59d6e387a0
security-admin/db/postgres/patches/067-create-gds-tables.sql PRE-CREATION
security-admin/db/postgres/patches/068-create-view-principal.sql PRE-CREATION
security-admin/db/postgres/patches/069-add-gz_json_x_security_zone.sql
PRE-CREATION
security-admin/db/postgres/patches/070-add-gds-perm.sql PRE-CREATION
Diff: https://reviews.apache.org/r/74620/diff/3/
Changes: https://reviews.apache.org/r/74620/diff/2-3/
Testing
-------
Verified that the patches are executed successfully on upgrade
Verified that GDS tables are created, view for principal is created, permission
for GDS is added and changes for x_service table for gds
Thanks,
Monika Kachhadiya