You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Gautam Borad <gb...@gmail.com> on 2016/05/24 06:49:49 UTC

Review Request 47759: RANGER-991: Ranger should support authorization for Apache Atlas

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

Review request for ranger, Don Bosco Durai, Abhay Kulkarni, Madhan Neethiraj, Ramesh Mani, Selvamohan Neethiraj, and Velmurugan Periasamy.


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


Repository: ranger


Description
-------

Ranger to support authorization for Apache Atlas, using Atlas pluggable authorization model (ATLAS-495)


Diffs
-----

  agents-common/scripts/enable-agent.sh 1fa1845 
  agents-common/src/main/java/org/apache/ranger/plugin/store/EmbeddedServiceDefsUtil.java bf29ee6 
  agents-common/src/main/java/org/apache/ranger/services/tag/RangerServiceTag.java f36a9a6 
  agents-common/src/main/resources/service-defs/ranger-servicedef-atlas.json PRE-CREATION 
  plugin-atlas/.gitignore PRE-CREATION 
  plugin-atlas/conf/ranger-atlas-audit-changes.cfg PRE-CREATION 
  plugin-atlas/conf/ranger-atlas-audit.xml PRE-CREATION 
  plugin-atlas/conf/ranger-atlas-security-changes.cfg PRE-CREATION 
  plugin-atlas/conf/ranger-atlas-security.xml PRE-CREATION 
  plugin-atlas/conf/ranger-policymgr-ssl-changes.cfg PRE-CREATION 
  plugin-atlas/conf/ranger-policymgr-ssl.xml PRE-CREATION 
  plugin-atlas/pom.xml PRE-CREATION 
  plugin-atlas/scripts/install.properties PRE-CREATION 
  plugin-atlas/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasAuthorizer.java PRE-CREATION 
  plugin-atlas/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasResource.java PRE-CREATION 
  plugin-atlas/src/main/java/org/apache/ranger/services/atlas/RangerServiceAtlas.java PRE-CREATION 
  plugin-atlas/src/test/resource/log4j.properties PRE-CREATION 
  plugin-atlas/template/configuration.xml PRE-CREATION 
  pom.xml 327f30c 
  ranger-atlas-plugin-shim/.gitignore PRE-CREATION 
  ranger-atlas-plugin-shim/pom.xml PRE-CREATION 
  ranger-atlas-plugin-shim/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasAuthorizer.java PRE-CREATION 
  src/main/assembly/atlas-agent.xml PRE-CREATION 

Diff: https://reviews.apache.org/r/47759/diff/


Testing
-------

Provisioned a 3 node clusted and tested the following:

1] User based policies 
2] Group based policies 
3] Allow/Deny for both 1] and 2] by tweaking the user/resources of policies.


Thanks,

Gautam Borad


Re: Review Request 47759: RANGER-991: Ranger should support authorization for Apache Atlas

Posted by Madhan Neethiraj <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47759/#review134575
-----------------------------------------------------------


Ship it!




Ship It!

- Madhan Neethiraj


On May 24, 2016, 6:49 a.m., Gautam Borad wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/47759/
> -----------------------------------------------------------
> 
> (Updated May 24, 2016, 6:49 a.m.)
> 
> 
> Review request for ranger, Don Bosco Durai, Abhay Kulkarni, Madhan Neethiraj, Ramesh Mani, Selvamohan Neethiraj, and Velmurugan Periasamy.
> 
> 
> Bugs: RANGER-991
>     https://issues.apache.org/jira/browse/RANGER-991
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Ranger to support authorization for Apache Atlas, using Atlas pluggable authorization model (ATLAS-495)
> 
> 
> Diffs
> -----
> 
>   agents-common/scripts/enable-agent.sh 1fa1845 
>   agents-common/src/main/java/org/apache/ranger/plugin/store/EmbeddedServiceDefsUtil.java bf29ee6 
>   agents-common/src/main/java/org/apache/ranger/services/tag/RangerServiceTag.java f36a9a6 
>   agents-common/src/main/resources/service-defs/ranger-servicedef-atlas.json PRE-CREATION 
>   plugin-atlas/.gitignore PRE-CREATION 
>   plugin-atlas/conf/ranger-atlas-audit-changes.cfg PRE-CREATION 
>   plugin-atlas/conf/ranger-atlas-audit.xml PRE-CREATION 
>   plugin-atlas/conf/ranger-atlas-security-changes.cfg PRE-CREATION 
>   plugin-atlas/conf/ranger-atlas-security.xml PRE-CREATION 
>   plugin-atlas/conf/ranger-policymgr-ssl-changes.cfg PRE-CREATION 
>   plugin-atlas/conf/ranger-policymgr-ssl.xml PRE-CREATION 
>   plugin-atlas/pom.xml PRE-CREATION 
>   plugin-atlas/scripts/install.properties PRE-CREATION 
>   plugin-atlas/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasAuthorizer.java PRE-CREATION 
>   plugin-atlas/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasResource.java PRE-CREATION 
>   plugin-atlas/src/main/java/org/apache/ranger/services/atlas/RangerServiceAtlas.java PRE-CREATION 
>   plugin-atlas/src/test/resource/log4j.properties PRE-CREATION 
>   plugin-atlas/template/configuration.xml PRE-CREATION 
>   pom.xml 327f30c 
>   ranger-atlas-plugin-shim/.gitignore PRE-CREATION 
>   ranger-atlas-plugin-shim/pom.xml PRE-CREATION 
>   ranger-atlas-plugin-shim/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasAuthorizer.java PRE-CREATION 
>   src/main/assembly/atlas-agent.xml PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/47759/diff/
> 
> 
> Testing
> -------
> 
> Provisioned a 3 node clusted and tested the following:
> 
> 1] User based policies 
> 2] Group based policies 
> 3] Allow/Deny for both 1] and 2] by tweaking the user/resources of policies.
> 
> 
> Thanks,
> 
> Gautam Borad
> 
>


Re: Review Request 47759: RANGER-991: Ranger should support authorization for Apache Atlas

Posted by Madhan Neethiraj <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47759/#review134745
-----------------------------------------------------------


Ship it!




Ship It!

- Madhan Neethiraj


On May 25, 2016, 8:42 a.m., Gautam Borad wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/47759/
> -----------------------------------------------------------
> 
> (Updated May 25, 2016, 8:42 a.m.)
> 
> 
> Review request for ranger, Don Bosco Durai, Abhay Kulkarni, Madhan Neethiraj, Ramesh Mani, Selvamohan Neethiraj, and Velmurugan Periasamy.
> 
> 
> Bugs: RANGER-991
>     https://issues.apache.org/jira/browse/RANGER-991
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Ranger to support authorization for Apache Atlas, using Atlas pluggable authorization model (ATLAS-495)
> 
> 
> Diffs
> -----
> 
>   agents-common/scripts/enable-agent.sh 1fa1845 
>   agents-common/src/main/java/org/apache/ranger/plugin/store/EmbeddedServiceDefsUtil.java bf29ee6 
>   agents-common/src/main/resources/service-defs/ranger-servicedef-atlas.json PRE-CREATION 
>   plugin-atlas/.gitignore PRE-CREATION 
>   plugin-atlas/conf/ranger-atlas-audit-changes.cfg PRE-CREATION 
>   plugin-atlas/conf/ranger-atlas-audit.xml PRE-CREATION 
>   plugin-atlas/conf/ranger-atlas-security-changes.cfg PRE-CREATION 
>   plugin-atlas/conf/ranger-atlas-security.xml PRE-CREATION 
>   plugin-atlas/conf/ranger-policymgr-ssl-changes.cfg PRE-CREATION 
>   plugin-atlas/conf/ranger-policymgr-ssl.xml PRE-CREATION 
>   plugin-atlas/pom.xml PRE-CREATION 
>   plugin-atlas/scripts/install.properties PRE-CREATION 
>   plugin-atlas/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasAuthorizer.java PRE-CREATION 
>   plugin-atlas/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasResource.java PRE-CREATION 
>   plugin-atlas/src/main/java/org/apache/ranger/services/atlas/RangerServiceAtlas.java PRE-CREATION 
>   plugin-atlas/src/test/resource/log4j.properties PRE-CREATION 
>   plugin-atlas/template/configuration.xml PRE-CREATION 
>   pom.xml 327f30c 
>   ranger-atlas-plugin-shim/.gitignore PRE-CREATION 
>   ranger-atlas-plugin-shim/pom.xml PRE-CREATION 
>   ranger-atlas-plugin-shim/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasAuthorizer.java PRE-CREATION 
>   src/main/assembly/atlas-agent.xml PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/47759/diff/
> 
> 
> Testing
> -------
> 
> Provisioned a 3 node clusted and tested the following:
> 
> 1] User based policies 
> 2] Group based policies 
> 3] Allow/Deny for both 1] and 2] by tweaking the user/resources of policies.
> 
> 
> Thanks,
> 
> Gautam Borad
> 
>


Re: Review Request 47759: RANGER-991: Ranger should support authorization for Apache Atlas

Posted by Gautam Borad <gb...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47759/
-----------------------------------------------------------

(Updated May 25, 2016, 8:42 a.m.)


Review request for ranger, Don Bosco Durai, Abhay Kulkarni, Madhan Neethiraj, Ramesh Mani, Selvamohan Neethiraj, and Velmurugan Periasamy.


Changes
-------

Revised patch fixing RangerServiceTag file issue.


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


Repository: ranger


Description
-------

Ranger to support authorization for Apache Atlas, using Atlas pluggable authorization model (ATLAS-495)


Diffs (updated)
-----

  agents-common/scripts/enable-agent.sh 1fa1845 
  agents-common/src/main/java/org/apache/ranger/plugin/store/EmbeddedServiceDefsUtil.java bf29ee6 
  agents-common/src/main/resources/service-defs/ranger-servicedef-atlas.json PRE-CREATION 
  plugin-atlas/.gitignore PRE-CREATION 
  plugin-atlas/conf/ranger-atlas-audit-changes.cfg PRE-CREATION 
  plugin-atlas/conf/ranger-atlas-audit.xml PRE-CREATION 
  plugin-atlas/conf/ranger-atlas-security-changes.cfg PRE-CREATION 
  plugin-atlas/conf/ranger-atlas-security.xml PRE-CREATION 
  plugin-atlas/conf/ranger-policymgr-ssl-changes.cfg PRE-CREATION 
  plugin-atlas/conf/ranger-policymgr-ssl.xml PRE-CREATION 
  plugin-atlas/pom.xml PRE-CREATION 
  plugin-atlas/scripts/install.properties PRE-CREATION 
  plugin-atlas/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasAuthorizer.java PRE-CREATION 
  plugin-atlas/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasResource.java PRE-CREATION 
  plugin-atlas/src/main/java/org/apache/ranger/services/atlas/RangerServiceAtlas.java PRE-CREATION 
  plugin-atlas/src/test/resource/log4j.properties PRE-CREATION 
  plugin-atlas/template/configuration.xml PRE-CREATION 
  pom.xml 327f30c 
  ranger-atlas-plugin-shim/.gitignore PRE-CREATION 
  ranger-atlas-plugin-shim/pom.xml PRE-CREATION 
  ranger-atlas-plugin-shim/src/main/java/org/apache/ranger/authorization/atlas/authorizer/RangerAtlasAuthorizer.java PRE-CREATION 
  src/main/assembly/atlas-agent.xml PRE-CREATION 

Diff: https://reviews.apache.org/r/47759/diff/


Testing
-------

Provisioned a 3 node clusted and tested the following:

1] User based policies 
2] Group based policies 
3] Allow/Deny for both 1] and 2] by tweaking the user/resources of policies.


Thanks,

Gautam Borad