[jira] [Resolved] (RANGER-4790) Request to support GDS policy import and export

2024-05-08 Thread Monika kachhadiya (Jira)


 [ 
https://issues.apache.org/jira/browse/RANGER-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Monika kachhadiya resolved RANGER-4790.
---
Resolution: Invalid

> Request to support GDS policy import and export
> ---
>
> Key: RANGER-4790
> URL: https://issues.apache.org/jira/browse/RANGER-4790
> Project: Ranger
>  Issue Type: Improvement
>  Components: Ranger
>Reporter: Monika kachhadiya
>Priority: Major
>
> A feature enhancement is needed so that GDS policies can be imported and 
> exported.
> More information on the use case
>  * Incremental Backups so that any changes can be rollback
>  *  Audit existing GDS policies so we can catch any possible vulnerability. 
>  * For testing purposes, need to synchronize a lower (staging) environment 
> with a higher (prod) environment.
>  * want to periodically take backup of gds (domains and datasets)
>  * Sometimes we want to rebuild the domains and datasets using these backups. 
> this is the import use case.
>  * periodically tear down and recreate gds setups with automation
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RANGER-4790) Request to support GDS policy import and export

2024-05-08 Thread Monika kachhadiya (Jira)


[ 
https://issues.apache.org/jira/browse/RANGER-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17844867#comment-17844867
 ] 

Monika kachhadiya commented on RANGER-4790:
---

Marking this as invalid since this will need more than just importing/exporting 
 policies. It will also need import/export of GDS components. 

> Request to support GDS policy import and export
> ---
>
> Key: RANGER-4790
> URL: https://issues.apache.org/jira/browse/RANGER-4790
> Project: Ranger
>  Issue Type: Improvement
>  Components: Ranger
>Reporter: Monika kachhadiya
>Priority: Major
>
> A feature enhancement is needed so that GDS policies can be imported and 
> exported.
> More information on the use case
>  * Incremental Backups so that any changes can be rollback
>  *  Audit existing GDS policies so we can catch any possible vulnerability. 
>  * For testing purposes, need to synchronize a lower (staging) environment 
> with a higher (prod) environment.
>  * want to periodically take backup of gds (domains and datasets)
>  * Sometimes we want to rebuild the domains and datasets using these backups. 
> this is the import use case.
>  * periodically tear down and recreate gds setups with automation
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74976: RANGER-4782: Implement best coding practices for validating service configs

2024-05-08 Thread Rakesh Gupta

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74976/
---

(Updated May 9, 2024, 5:23 a.m.)


Review request for ranger, Dineshkumar Yadav, Kishor Gollapalliwar, Mehul 
Parikh, Pradeep Agrawal, and sanket shelar.


Bugs: RANGER-4782
https://issues.apache.org/jira/browse/RANGER-4782


Repository: ranger


Description
---

Implement best coding practices for validating service configs


Diffs (updated)
-

  security-admin/src/main/java/org/apache/ranger/biz/ServiceMgr.java b9d51602e 
  
security-admin/src/main/webapp/react-webapp/src/views/ServiceManager/TestConnection.jsx
 668de52e7 


Diff: https://reviews.apache.org/r/74976/diff/3/

Changes: https://reviews.apache.org/r/74976/diff/2-3/


Testing
---

Validated Service Connection failed, when using 'localhost' or '127.0.0.1' as 
the hostname in the service configuration.

Tested If a service configuration contains a null value, it won't be added to 
the service.


Thanks,

Rakesh Gupta



Re: Review Request 74976: RANGER-4782: Implement best coding practices for validating service configs

2024-05-08 Thread Pradeep Agrawal

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74976/#review226424
---




security-admin/src/main/java/org/apache/ranger/biz/ServiceMgr.java
Lines 200 (patched)


connection has not failed, rather you should ask use to provide a valid 
host as "localhost" or "127.0.0.1" is not allowed.


- Pradeep Agrawal


On May 8, 2024, 2:45 p.m., Rakesh Gupta wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/74976/
> ---
> 
> (Updated May 8, 2024, 2:45 p.m.)
> 
> 
> Review request for ranger, Dineshkumar Yadav, Kishor Gollapalliwar, Mehul 
> Parikh, Pradeep Agrawal, and sanket shelar.
> 
> 
> Bugs: RANGER-4782
> https://issues.apache.org/jira/browse/RANGER-4782
> 
> 
> Repository: ranger
> 
> 
> Description
> ---
> 
> Implement best coding practices for validating service configs
> 
> 
> Diffs
> -
> 
>   security-admin/src/main/java/org/apache/ranger/biz/ServiceMgr.java 
> b9d51602e 
>   
> security-admin/src/main/webapp/react-webapp/src/views/ServiceManager/TestConnection.jsx
>  668de52e7 
> 
> 
> Diff: https://reviews.apache.org/r/74976/diff/2/
> 
> 
> Testing
> ---
> 
> Validated Service Connection failed, when using 'localhost' or '127.0.0.1' as 
> the hostname in the service configuration.
> 
> Tested If a service configuration contains a null value, it won't be added to 
> the service.
> 
> 
> Thanks,
> 
> Rakesh Gupta
> 
>



Re: Review Request 74976: RANGER-4782: Implement best coding practices for validating service configs

2024-05-08 Thread Rakesh Gupta

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74976/
---

(Updated May 8, 2024, 2:45 p.m.)


Review request for ranger, Dineshkumar Yadav, Kishor Gollapalliwar, Mehul 
Parikh, Pradeep Agrawal, and sanket shelar.


Changes
---

review comment handle


Bugs: RANGER-4782
https://issues.apache.org/jira/browse/RANGER-4782


Repository: ranger


Description
---

Implement best coding practices for validating service configs


Diffs (updated)
-

  security-admin/src/main/java/org/apache/ranger/biz/ServiceMgr.java b9d51602e 
  
security-admin/src/main/webapp/react-webapp/src/views/ServiceManager/TestConnection.jsx
 668de52e7 


Diff: https://reviews.apache.org/r/74976/diff/2/

Changes: https://reviews.apache.org/r/74976/diff/1-2/


Testing
---

Validated Service Connection failed, when using 'localhost' or '127.0.0.1' as 
the hostname in the service configuration.

Tested If a service configuration contains a null value, it won't be added to 
the service.


Thanks,

Rakesh Gupta



Re: Review Request 74976: RANGER-4782: Implement best coding practices for validating service configs

2024-05-08 Thread Subhrat Chaudhary via Review Board

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74976/#review226422
---




security-admin/src/main/java/org/apache/ranger/biz/ServiceMgr.java
Lines 195 (patched)


service.getConfigs() can throw NPE



security-admin/src/main/java/org/apache/ranger/biz/ServiceMgr.java
Lines 198 (patched)


if condition can be improved:

if ((url != null) && (url.getHost().equalsIgnoreCase("localhost") || 
url.getHost().equals("127.0.0.1")))



security-admin/src/main/java/org/apache/ranger/biz/ServiceMgr.java
Lines 237 (patched)


getValidURL can be private since it is not getting called outside the class.


- Subhrat Chaudhary


On May 8, 2024, 11:15 a.m., Rakesh Gupta wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/74976/
> ---
> 
> (Updated May 8, 2024, 11:15 a.m.)
> 
> 
> Review request for ranger, Dineshkumar Yadav, Kishor Gollapalliwar, Mehul 
> Parikh, Pradeep Agrawal, and sanket shelar.
> 
> 
> Bugs: RANGER-4782
> https://issues.apache.org/jira/browse/RANGER-4782
> 
> 
> Repository: ranger
> 
> 
> Description
> ---
> 
> Implement best coding practices for validating service configs
> 
> 
> Diffs
> -
> 
>   security-admin/src/main/java/org/apache/ranger/biz/ServiceMgr.java 
> b9d51602e 
>   
> security-admin/src/main/webapp/react-webapp/src/views/ServiceManager/TestConnection.jsx
>  668de52e7 
> 
> 
> Diff: https://reviews.apache.org/r/74976/diff/1/
> 
> 
> Testing
> ---
> 
> Validated Service Connection failed, when using 'localhost' or '127.0.0.1' as 
> the hostname in the service configuration.
> 
> Tested If a service configuration contains a null value, it won't be added to 
> the service.
> 
> 
> Thanks,
> 
> Rakesh Gupta
> 
>



Re: Review Request 74958: RANGER-4775 : Ranger Kms is failing with oracle23 Database

2024-05-08 Thread Sailaja Polavarapu

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74958/#review226423
---


Ship it!




Ship It!

- Sailaja Polavarapu


On April 18, 2024, 8:57 a.m., Dhaval Shah wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/74958/
> ---
> 
> (Updated April 18, 2024, 8:57 a.m.)
> 
> 
> Review request for ranger, bhavik patel, Dineshkumar Yadav, Jayendra Parab, 
> Kishor Gollapalliwar, Abhay Kulkarni, Madhan Neethiraj, Mehul Parikh, Pradeep 
> Agrawal, Ramesh Mani, Sailaja Polavarapu, Vikas Kumar, and Velmurugan 
> Periasamy.
> 
> 
> Bugs: RANGER-4775
> https://issues.apache.org/jira/browse/RANGER-4775
> 
> 
> Repository: ranger
> 
> 
> Description
> ---
> 
> Ranger KMS is failing with Oracle 23 database with below error.
> 
> ```
> 2024-04-01 07:25:27,032 INFO  org.apache.hadoop.crypto.key.RangerMasterKey: 
> Master Key doesn't exist in DB, Generating the Master Key
> 2024-04-01 07:25:27,169 ERROR org.apache.hadoop.crypto.key.RangerMasterKey: 
> Error while saving master key in Database!!!
> java.lang.ClassCastException: java.lang.String cannot be cast to java.sql.Clob
> at 
> org.eclipse.persistence.platform.database.oracle.Oracle8Platform.writeLOB(Oracle8Platform.java:194)
>  ~[eclipselink-2.7.12.jar:2.7.12.v20230209-e5c4074ef3]
> at 
> org.eclipse.persistence.internal.helper.LOBValueWriter.fetchLocatorAndWriteValue(LOBValueWriter.java:94)
>  ~[eclipselink-2.7.12.jar:2.7.12.v20230209-e5c4074ef3]
> at 
> org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.processResultSet(DatabaseAccessor.java:758)
>  ~[eclipselink-2.7.12.jar:2.7.12.v20230209-e5c4074ef3]
> at 
> org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:673)
>  ~[eclipselink-2.7.12.jar:2.7.12.v20230209-e5c4074ef3]
> at 
> org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
>  ~[eclipselink-2.7.12.jar:2.7.12.v20230209-e5c4074ef3]
> at 
> org.eclipse.persistence.internal.helper.LOBValueWriter.buildAndExecuteCall(LOBValueWriter.java:79)
>  ~[eclipselink-2.7.12.jar:2.7.12.v20230209-e5c4074ef3]
> at 
> org.eclipse.persistence.internal.helper.LOBValueWriter.buildAndExecuteSelectCalls(LOBValueWriter.java:190)
>  ~[eclipselink-2.7.12.jar:2.7.12.v20230209-e5c4074ef3]
> at 
> org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.flushSelectCalls(DatabaseAccessor.java:175)
>  ~[eclipselink-2.7.12.jar:2.7.12.v20230209-e5c4074ef3]
> at 
> org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:457)
>  ~[eclipselink-2.7.12.jar:2.7.12.v20230209-e5c4074ef3]
> at 
> org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:182)
>  ~[eclipselink-2.7.12.jar:2.7.12.v20230209-e5c4074ef3]
> at 
> org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:197)
>  ~[eclipselink-2.7.12.jar:2.7.12.v20230209-e5c4074ef3]
> at 
> 
> ```
> 
> 
> Diffs
> -
> 
>   kms/src/main/java/org/apache/ranger/entity/XXRangerKeyStore.java 6b541eca5 
>   kms/src/main/java/org/apache/ranger/entity/XXRangerMasterKey.java 64fdd56e4 
> 
> 
> Diff: https://reviews.apache.org/r/74958/diff/1/
> 
> 
> Testing
> ---
> 
> Successful build with test cases.
> Successfully validated with all the supported DB Flavor
> 
> 
> Thanks,
> 
> Dhaval Shah
> 
>



Re: Review Request 74977: RANGER-4643 : Upgrade react-bootstrap library for GDS UI.

2024-05-08 Thread Brijesh Bhalala

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74977/#review226421
---


Ship it!




Ship It!

- Brijesh Bhalala


On May 8, 2024, 12:38 p.m., Dhaval Rajpara wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/74977/
> ---
> 
> (Updated May 8, 2024, 12:38 p.m.)
> 
> 
> Review request for ranger, Brijesh Bhalala, Dhaval Shah, Dineshkumar Yadav, 
> Madhan Neethiraj, Mehul Parikh, Mugdha Varadkar, and Velmurugan Periasamy.
> 
> 
> Bugs: RANGER-4643
> https://issues.apache.org/jira/browse/RANGER-4643
> 
> 
> Repository: ranger
> 
> 
> Description
> ---
> 
> Upgrade react-bootstrap library for GDS UI.
> 
> 
> Diffs
> -
> 
>   security-admin/src/main/webapp/react-webapp/src/styles/style.css f47d8518e 
>   security-admin/src/main/webapp/react-webapp/src/utils/XAEnums.js 0c57eafbf 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DataShareInDatasetLogs.jsx
>  61d7bcbf9 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DataShareLogs.jsx
>  b35c0f4bf 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DatasetInProjectLogs.jsx
>  5714ece8d 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DatasetLogs.jsx
>  3194f728a 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/ProjectLogs.jsx
>  dd13b4e73 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/SharedResourceLogs.jsx
>  7243c9f1d 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/AccessGrantForm.jsx
>  c8120bb68 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/DatasetDetailFullView.jsx
>  af45afe00 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/DatasetDetailLayout.jsx
>  a0ac8cf8d 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/DatashareInDatasetListComp.jsx
>  60c1f65d5 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/PrinciplePermissionComp.jsx
>  e3418ae64 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Datashare/AddSharedResourceComp.jsx
>  911e257b6 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Datashare/DatashareDetailFullView.jsx
>  6edb259f8 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Datashare/DatashareDetailLayout.jsx
>  928f2a891 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Request/RequestDetailView.jsx
>  f2b5a464c 
> 
> 
> Diff: https://reviews.apache.org/r/74977/diff/1/
> 
> 
> Testing
> ---
> 
> Validated below scenarios on react UI
> 1) Tested CRUD for GDS dataset.
> 2) Tested CRUD for GDS datashare.
> 
> 
> Thanks,
> 
> Dhaval Rajpara
> 
>



Re: Review Request 74977: RANGER-4643 : Upgrade react-bootstrap library for GDS UI.

2024-05-08 Thread Mugdha Varadkar

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74977/#review226420
---


Ship it!




Ship It!

- Mugdha Varadkar


On May 8, 2024, 12:38 p.m., Dhaval Rajpara wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/74977/
> ---
> 
> (Updated May 8, 2024, 12:38 p.m.)
> 
> 
> Review request for ranger, Brijesh Bhalala, Dhaval Shah, Dineshkumar Yadav, 
> Madhan Neethiraj, Mehul Parikh, Mugdha Varadkar, and Velmurugan Periasamy.
> 
> 
> Bugs: RANGER-4643
> https://issues.apache.org/jira/browse/RANGER-4643
> 
> 
> Repository: ranger
> 
> 
> Description
> ---
> 
> Upgrade react-bootstrap library for GDS UI.
> 
> 
> Diffs
> -
> 
>   security-admin/src/main/webapp/react-webapp/src/styles/style.css f47d8518e 
>   security-admin/src/main/webapp/react-webapp/src/utils/XAEnums.js 0c57eafbf 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DataShareInDatasetLogs.jsx
>  61d7bcbf9 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DataShareLogs.jsx
>  b35c0f4bf 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DatasetInProjectLogs.jsx
>  5714ece8d 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DatasetLogs.jsx
>  3194f728a 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/ProjectLogs.jsx
>  dd13b4e73 
>   
> security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/SharedResourceLogs.jsx
>  7243c9f1d 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/AccessGrantForm.jsx
>  c8120bb68 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/DatasetDetailFullView.jsx
>  af45afe00 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/DatasetDetailLayout.jsx
>  a0ac8cf8d 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/DatashareInDatasetListComp.jsx
>  60c1f65d5 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/PrinciplePermissionComp.jsx
>  e3418ae64 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Datashare/AddSharedResourceComp.jsx
>  911e257b6 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Datashare/DatashareDetailFullView.jsx
>  6edb259f8 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Datashare/DatashareDetailLayout.jsx
>  928f2a891 
>   
> security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Request/RequestDetailView.jsx
>  f2b5a464c 
> 
> 
> Diff: https://reviews.apache.org/r/74977/diff/1/
> 
> 
> Testing
> ---
> 
> Validated below scenarios on react UI
> 1) Tested CRUD for GDS dataset.
> 2) Tested CRUD for GDS datashare.
> 
> 
> Thanks,
> 
> Dhaval Rajpara
> 
>



Review Request 74977: RANGER-4643 : Upgrade react-bootstrap library for GDS UI.

2024-05-08 Thread Dhaval Rajpara

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74977/
---

Review request for ranger, Brijesh Bhalala, Dhaval Shah, Dineshkumar Yadav, 
Madhan Neethiraj, Mehul Parikh, Mugdha Varadkar, and Velmurugan Periasamy.


Bugs: RANGER-4643
https://issues.apache.org/jira/browse/RANGER-4643


Repository: ranger


Description
---

Upgrade react-bootstrap library for GDS UI.


Diffs
-

  security-admin/src/main/webapp/react-webapp/src/styles/style.css f47d8518e 
  security-admin/src/main/webapp/react-webapp/src/utils/XAEnums.js 0c57eafbf 
  
security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DataShareInDatasetLogs.jsx
 61d7bcbf9 
  
security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DataShareLogs.jsx
 b35c0f4bf 
  
security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DatasetInProjectLogs.jsx
 5714ece8d 
  
security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/DatasetLogs.jsx
 3194f728a 
  
security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/ProjectLogs.jsx
 dd13b4e73 
  
security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/SharedResourceLogs.jsx
 7243c9f1d 
  
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/AccessGrantForm.jsx
 c8120bb68 
  
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/DatasetDetailFullView.jsx
 af45afe00 
  
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/DatasetDetailLayout.jsx
 a0ac8cf8d 
  
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/DatashareInDatasetListComp.jsx
 60c1f65d5 
  
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Dataset/PrinciplePermissionComp.jsx
 e3418ae64 
  
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Datashare/AddSharedResourceComp.jsx
 911e257b6 
  
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Datashare/DatashareDetailFullView.jsx
 6edb259f8 
  
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Datashare/DatashareDetailLayout.jsx
 928f2a891 
  
security-admin/src/main/webapp/react-webapp/src/views/GovernedData/Request/RequestDetailView.jsx
 f2b5a464c 


Diff: https://reviews.apache.org/r/74977/diff/1/


Testing
---

Validated below scenarios on react UI
1) Tested CRUD for GDS dataset.
2) Tested CRUD for GDS datashare.


Thanks,

Dhaval Rajpara



[jira] [Updated] (RANGER-4790) Request to support GDS policy import and export

2024-05-08 Thread Monika kachhadiya (Jira)


 [ 
https://issues.apache.org/jira/browse/RANGER-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Monika kachhadiya updated RANGER-4790:
--
Description: 
A feature enhancement is needed so that GDS policies can be imported and 
exported.

More information on the use case
 * Incremental Backups so that any changes can be rollback

 *  Audit existing GDS policies so we can catch any possible vulnerability. 

 * For testing purposes, need to synchronize a lower (staging) environment with 
a higher (prod) environment.
 * want to periodically take backup of gds (domains and datasets)
 * Sometimes we want to rebuild the domains and datasets using these backups. 
this is the import use case.
 * periodically tear down and recreate gds setups with automation
 

  was:
A feature enhancement is needed so that GDS policies can be imported and 
exported.

More information on the use case
 # Incremental Backups so that any changes can be rollback

 #  Audit existing GDS policies so we can catch any possible vulnerability. 

 # For testing purposes, need to synchronize a lower (staging) environment with 
a higher (prod) environment.
        4.  want to periodically take backup of gds (domains and datasets)
         5. Sometimes we want to rebuild the domains and datasets using these 
backups. this is the import use case.
         6.  periodically tear down and recreate gds setups with automation
 


> Request to support GDS policy import and export
> ---
>
> Key: RANGER-4790
> URL: https://issues.apache.org/jira/browse/RANGER-4790
> Project: Ranger
>  Issue Type: Improvement
>  Components: Ranger
>Reporter: Monika kachhadiya
>Priority: Major
>
> A feature enhancement is needed so that GDS policies can be imported and 
> exported.
> More information on the use case
>  * Incremental Backups so that any changes can be rollback
>  *  Audit existing GDS policies so we can catch any possible vulnerability. 
>  * For testing purposes, need to synchronize a lower (staging) environment 
> with a higher (prod) environment.
>  * want to periodically take backup of gds (domains and datasets)
>  * Sometimes we want to rebuild the domains and datasets using these backups. 
> this is the import use case.
>  * periodically tear down and recreate gds setups with automation
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (RANGER-4790) Request to support GDS policy import and export

2024-05-08 Thread Monika kachhadiya (Jira)
Monika kachhadiya created RANGER-4790:
-

 Summary: Request to support GDS policy import and export
 Key: RANGER-4790
 URL: https://issues.apache.org/jira/browse/RANGER-4790
 Project: Ranger
  Issue Type: Improvement
  Components: Ranger
Reporter: Monika kachhadiya


A feature enhancement is needed so that GDS policies can be imported and 
exported.

More information on the use case
 # Incremental Backups so that any changes can be rollback

 #  Audit existing GDS policies so we can catch any possible vulnerability. 

 # For testing purposes, need to synchronize a lower (staging) environment with 
a higher (prod) environment.
        4.  want to periodically take backup of gds (domains and datasets)
         5. Sometimes we want to rebuild the domains and datasets using these 
backups. this is the import use case.
         6.  periodically tear down and recreate gds setups with automation
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)