You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Ajit Kumar <aj...@hortonworks.com> on 2016/01/22 02:04:40 UTC

Review Request 42625: Add RBAC for AdminSettings API

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

Review request for Ambari, Alejandro Fernandez, Jayush Luniya, Nate Cole, Nahappan Somasundaram, Sumit Mohanty, and Sid Wagle.


Bugs: AMBARI-14728
    https://issues.apache.org/jira/browse/AMBARI-14728


Repository: ambari


Description
-------

Add RBAC for AdminSettings API


Diffs
-----

  ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AdminSettingResourceProvider.java PRE-CREATION 
  ambari-server/src/main/java/org/apache/ambari/server/security/authorization/RoleAuthorization.java 6d74f97e3d96121fd8dc34e356ff85fc4fb65d72 
  ambari-server/src/main/resources/Ambari-DDL-Derby-CREATE.sql 9fc0a16bee90742abd980ad403eadd724fd10e5d 
  ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql 775eef27a11e3d1f15ab28caa4232580dfe6a9a7 
  ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql ea9e85fd90053e980ce3b711b37fed9ad0103c6d 
  ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql bb4958384d2ad262e793de5766d3e37f6600514f 
  ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql 149c9cf403392e6b8867f653922381158827874a 
  ambari-server/src/main/resources/Ambari-DDL-SQLAnywhere-CREATE.sql 7d885684e4c2d5eedd68dc05a21c56295622dd70 
  ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql 4374fc65a77c7784a1595f6cd60fcfe3f087415b 
  ambari-server/src/test/java/org/apache/ambari/server/api/services/AdminSettingServiceTest.java PRE-CREATION 
  ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AdminSettingResourceProviderTest.java PRE-CREATION 

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


Testing
-------

Test manually and Unit testing


Thanks,

Ajit Kumar


Re: Review Request 42625: Add RBAC for AdminSettings API

Posted by Ajit Kumar <aj...@hortonworks.com>.

> On Jan. 22, 2016, 7:46 p.m., Jayush Luniya wrote:
> > @Ajit
> > Can you add rlevas to the review?

Currently trunk is broken https://builds.apache.org/job/Ambari-trunk-Commit/4213/ .


- Ajit


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


On Jan. 22, 2016, 10:45 p.m., Ajit Kumar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/42625/
> -----------------------------------------------------------
> 
> (Updated Jan. 22, 2016, 10:45 p.m.)
> 
> 
> Review request for Ambari, Alejandro Fernandez, Jayush Luniya, Nate Cole, Nahappan Somasundaram, Sumit Mohanty, and Sid Wagle.
> 
> 
> Bugs: AMBARI-14728
>     https://issues.apache.org/jira/browse/AMBARI-14728
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Add RBAC for AdminSettings API
> Only Admin user should have the ability to Create/Update/Delete settings
> All users can Read settings
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AdminSettingResourceProvider.java PRE-CREATION 
>   ambari-server/src/main/java/org/apache/ambari/server/security/authorization/RoleAuthorization.java 6d74f97e3d96121fd8dc34e356ff85fc4fb65d72 
>   ambari-server/src/main/resources/Ambari-DDL-Derby-CREATE.sql 9fc0a16bee90742abd980ad403eadd724fd10e5d 
>   ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql 775eef27a11e3d1f15ab28caa4232580dfe6a9a7 
>   ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql ea9e85fd90053e980ce3b711b37fed9ad0103c6d 
>   ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql bb4958384d2ad262e793de5766d3e37f6600514f 
>   ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql 149c9cf403392e6b8867f653922381158827874a 
>   ambari-server/src/main/resources/Ambari-DDL-SQLAnywhere-CREATE.sql 7d885684e4c2d5eedd68dc05a21c56295622dd70 
>   ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql 4374fc65a77c7784a1595f6cd60fcfe3f087415b 
>   ambari-server/src/test/java/org/apache/ambari/server/api/services/AdminSettingServiceTest.java PRE-CREATION 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AdminSettingResourceProviderTest.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/42625/diff/
> 
> 
> Testing
> -------
> 
> Test manually and Unit testing
> 
> 
> Thanks,
> 
> Ajit Kumar
> 
>


Re: Review Request 42625: Add RBAC for AdminSettings API

Posted by Jayush Luniya <jl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42625/#review115912
-----------------------------------------------------------


@Ajit
Can you add rlevas to the review?

- Jayush Luniya


On Jan. 22, 2016, 1:04 a.m., Ajit Kumar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/42625/
> -----------------------------------------------------------
> 
> (Updated Jan. 22, 2016, 1:04 a.m.)
> 
> 
> Review request for Ambari, Alejandro Fernandez, Jayush Luniya, Nate Cole, Nahappan Somasundaram, Sumit Mohanty, and Sid Wagle.
> 
> 
> Bugs: AMBARI-14728
>     https://issues.apache.org/jira/browse/AMBARI-14728
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Add RBAC for AdminSettings API
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AdminSettingResourceProvider.java PRE-CREATION 
>   ambari-server/src/main/java/org/apache/ambari/server/security/authorization/RoleAuthorization.java 6d74f97e3d96121fd8dc34e356ff85fc4fb65d72 
>   ambari-server/src/main/resources/Ambari-DDL-Derby-CREATE.sql 9fc0a16bee90742abd980ad403eadd724fd10e5d 
>   ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql 775eef27a11e3d1f15ab28caa4232580dfe6a9a7 
>   ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql ea9e85fd90053e980ce3b711b37fed9ad0103c6d 
>   ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql bb4958384d2ad262e793de5766d3e37f6600514f 
>   ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql 149c9cf403392e6b8867f653922381158827874a 
>   ambari-server/src/main/resources/Ambari-DDL-SQLAnywhere-CREATE.sql 7d885684e4c2d5eedd68dc05a21c56295622dd70 
>   ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql 4374fc65a77c7784a1595f6cd60fcfe3f087415b 
>   ambari-server/src/test/java/org/apache/ambari/server/api/services/AdminSettingServiceTest.java PRE-CREATION 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AdminSettingResourceProviderTest.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/42625/diff/
> 
> 
> Testing
> -------
> 
> Test manually and Unit testing
> 
> 
> Thanks,
> 
> Ajit Kumar
> 
>


Re: Review Request 42625: Add RBAC for AdminSettings API

Posted by Nahappan Somasundaram <ns...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42625/#review116113
-----------------------------------------------------------


Ship it!




Ship It!

- Nahappan Somasundaram


On Jan. 22, 2016, 2:45 p.m., Ajit Kumar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/42625/
> -----------------------------------------------------------
> 
> (Updated Jan. 22, 2016, 2:45 p.m.)
> 
> 
> Review request for Ambari, Alejandro Fernandez, Jayush Luniya, Nate Cole, Nahappan Somasundaram, Sumit Mohanty, and Sid Wagle.
> 
> 
> Bugs: AMBARI-14728
>     https://issues.apache.org/jira/browse/AMBARI-14728
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Add RBAC for AdminSettings API
> Only Admin user should have the ability to Create/Update/Delete settings
> All users can Read settings
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AdminSettingResourceProvider.java PRE-CREATION 
>   ambari-server/src/main/java/org/apache/ambari/server/security/authorization/RoleAuthorization.java 6d74f97e3d96121fd8dc34e356ff85fc4fb65d72 
>   ambari-server/src/main/resources/Ambari-DDL-Derby-CREATE.sql 9fc0a16bee90742abd980ad403eadd724fd10e5d 
>   ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql 775eef27a11e3d1f15ab28caa4232580dfe6a9a7 
>   ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql ea9e85fd90053e980ce3b711b37fed9ad0103c6d 
>   ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql bb4958384d2ad262e793de5766d3e37f6600514f 
>   ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql 149c9cf403392e6b8867f653922381158827874a 
>   ambari-server/src/main/resources/Ambari-DDL-SQLAnywhere-CREATE.sql 7d885684e4c2d5eedd68dc05a21c56295622dd70 
>   ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql 4374fc65a77c7784a1595f6cd60fcfe3f087415b 
>   ambari-server/src/test/java/org/apache/ambari/server/api/services/AdminSettingServiceTest.java PRE-CREATION 
>   ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AdminSettingResourceProviderTest.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/42625/diff/
> 
> 
> Testing
> -------
> 
> Test manually and Unit testing
> 
> 
> Thanks,
> 
> Ajit Kumar
> 
>


Re: Review Request 42625: Add RBAC for AdminSettings API

Posted by Ajit Kumar <aj...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42625/
-----------------------------------------------------------

(Updated Jan. 22, 2016, 10:45 p.m.)


Review request for Ambari, Alejandro Fernandez, Jayush Luniya, Nate Cole, Nahappan Somasundaram, Sumit Mohanty, and Sid Wagle.


Bugs: AMBARI-14728
    https://issues.apache.org/jira/browse/AMBARI-14728


Repository: ambari


Description (updated)
-------

Add RBAC for AdminSettings API
Only Admin user should have the ability to Create/Update/Delete settings
All users can Read settings


Diffs
-----

  ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AdminSettingResourceProvider.java PRE-CREATION 
  ambari-server/src/main/java/org/apache/ambari/server/security/authorization/RoleAuthorization.java 6d74f97e3d96121fd8dc34e356ff85fc4fb65d72 
  ambari-server/src/main/resources/Ambari-DDL-Derby-CREATE.sql 9fc0a16bee90742abd980ad403eadd724fd10e5d 
  ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql 775eef27a11e3d1f15ab28caa4232580dfe6a9a7 
  ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql ea9e85fd90053e980ce3b711b37fed9ad0103c6d 
  ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql bb4958384d2ad262e793de5766d3e37f6600514f 
  ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql 149c9cf403392e6b8867f653922381158827874a 
  ambari-server/src/main/resources/Ambari-DDL-SQLAnywhere-CREATE.sql 7d885684e4c2d5eedd68dc05a21c56295622dd70 
  ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql 4374fc65a77c7784a1595f6cd60fcfe3f087415b 
  ambari-server/src/test/java/org/apache/ambari/server/api/services/AdminSettingServiceTest.java PRE-CREATION 
  ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AdminSettingResourceProviderTest.java PRE-CREATION 

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


Testing
-------

Test manually and Unit testing


Thanks,

Ajit Kumar