You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Alexander Rojas <al...@mesosphere.io> on 2017/05/10 15:01:23 UTC

Review Request 59147: Enabled authorization for v1 calls starting and stopping maintenance.

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

Review request for mesos, Adam B and Greg Mann.


Bugs: MESOS-7415
    https://issues.apache.org/jira/browse/MESOS-7415


Repository: mesos


Description
-------

Enables the use of authorization for the `START_MAINTENANCE` and
`STOP_MAINTENANCE` v1 API calls, using the ACLs `StartMaintenance` and
`StopMaintenance` respectively as well the actions of the same name as
the API calls.

It also updates the `ApiTests` to take into account the authorization
case.


Diffs
-----

  src/master/http.cpp e2590a17044ac019b24a24629428d4ec8adc0c31 
  src/tests/api_tests.cpp faf3242f9c86d866c4bb5e457fcfe47c1063cc09 


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


Testing
-------

make check


Thanks,

Alexander Rojas


Re: Review Request 59147: Enabled authorization for v1 calls starting and stopping maintenance.

Posted by Mesos Reviewbot Windows <re...@mesos.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59147/#review176350
-----------------------------------------------------------



Patch looks great!

Reviews applied: [59453, 58955, 58964, 59099, 59100, 59101, 59147]

Passed command: support\windows-build.bat

- Mesos Reviewbot Windows


On May 30, 2017, 11:41 a.m., Alexander Rojas wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/59147/
> -----------------------------------------------------------
> 
> (Updated May 30, 2017, 11:41 a.m.)
> 
> 
> Review request for mesos, Adam B and Greg Mann.
> 
> 
> Bugs: MESOS-7415
>     https://issues.apache.org/jira/browse/MESOS-7415
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Enables the use of authorization for the `START_MAINTENANCE` and
> `STOP_MAINTENANCE` v1 API calls, using the ACLs `StartMaintenance` and
> `StopMaintenance` respectively as well the actions of the same name as
> the API calls.
> 
> It also updates the ApiTests to take into account the authorization
> case.
> 
> 
> Diffs
> -----
> 
>   src/master/http.cpp 7060b8fa53e0682681c50e051908ffbbf50fb7da 
>   src/tests/api_tests.cpp faf3242f9c86d866c4bb5e457fcfe47c1063cc09 
> 
> 
> Diff: https://reviews.apache.org/r/59147/diff/4/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Alexander Rojas
> 
>


Re: Review Request 59147: Enabled authorization for v1 calls starting and stopping maintenance.

Posted by Mesos Reviewbot <re...@mesos.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59147/#review176304
-----------------------------------------------------------



Patch looks great!

Reviews applied: [59453, 58955, 58964, 59099, 59100, 59101, 59147]

Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh

- Mesos Reviewbot


On May 30, 2017, 11:41 a.m., Alexander Rojas wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/59147/
> -----------------------------------------------------------
> 
> (Updated May 30, 2017, 11:41 a.m.)
> 
> 
> Review request for mesos, Adam B and Greg Mann.
> 
> 
> Bugs: MESOS-7415
>     https://issues.apache.org/jira/browse/MESOS-7415
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Enables the use of authorization for the `START_MAINTENANCE` and
> `STOP_MAINTENANCE` v1 API calls, using the ACLs `StartMaintenance` and
> `StopMaintenance` respectively as well the actions of the same name as
> the API calls.
> 
> It also updates the ApiTests to take into account the authorization
> case.
> 
> 
> Diffs
> -----
> 
>   src/master/http.cpp 7060b8fa53e0682681c50e051908ffbbf50fb7da 
>   src/tests/api_tests.cpp faf3242f9c86d866c4bb5e457fcfe47c1063cc09 
> 
> 
> Diff: https://reviews.apache.org/r/59147/diff/4/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Alexander Rojas
> 
>


Re: Review Request 59147: Enabled authorization for v1 calls starting and stopping maintenance.

Posted by Alexander Rojas <al...@mesosphere.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59147/
-----------------------------------------------------------

(Updated May 30, 2017, 1:41 p.m.)


Review request for mesos, Adam B and Greg Mann.


Changes
-------

fixed typo


Bugs: MESOS-7415
    https://issues.apache.org/jira/browse/MESOS-7415


Repository: mesos


Description
-------

Enables the use of authorization for the `START_MAINTENANCE` and
`STOP_MAINTENANCE` v1 API calls, using the ACLs `StartMaintenance` and
`StopMaintenance` respectively as well the actions of the same name as
the API calls.

It also updates the ApiTests to take into account the authorization
case.


Diffs (updated)
-----

  src/master/http.cpp 7060b8fa53e0682681c50e051908ffbbf50fb7da 
  src/tests/api_tests.cpp faf3242f9c86d866c4bb5e457fcfe47c1063cc09 


Diff: https://reviews.apache.org/r/59147/diff/4/

Changes: https://reviews.apache.org/r/59147/diff/3-4/


Testing
-------

make check


Thanks,

Alexander Rojas


Re: Review Request 59147: Enabled authorization for v1 calls starting and stopping maintenance.

Posted by Alexander Rojas <al...@mesosphere.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59147/
-----------------------------------------------------------

(Updated May 24, 2017, 3:32 p.m.)


Review request for mesos, Adam B and Greg Mann.


Bugs: MESOS-7415
    https://issues.apache.org/jira/browse/MESOS-7415


Repository: mesos


Description (updated)
-------

Enables the use of authorization for the `START_MAINTENANCE` and
`STOP_MAINTENANCE` v1 API calls, using the ACLs `StartMaintenance` and
`StopMaintenance` respectively as well the actions of the same name as
the API calls.

It also updates the ApiTests to take into account the authorization
case.


Diffs (updated)
-----

  src/master/http.cpp 7060b8fa53e0682681c50e051908ffbbf50fb7da 
  src/tests/api_tests.cpp faf3242f9c86d866c4bb5e457fcfe47c1063cc09 


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

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


Testing
-------

make check


Thanks,

Alexander Rojas


Re: Review Request 59147: Enabled authorization for v1 calls starting and stopping maintenance.

Posted by Mesos Reviewbot <re...@mesos.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59147/#review175814
-----------------------------------------------------------



Patch looks great!

Reviews applied: [59453, 58955, 58964, 59099, 59100, 59101, 59147]

Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh

- Mesos Reviewbot


On May 23, 2017, 1:57 p.m., Alexander Rojas wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/59147/
> -----------------------------------------------------------
> 
> (Updated May 23, 2017, 1:57 p.m.)
> 
> 
> Review request for mesos, Adam B and Greg Mann.
> 
> 
> Bugs: MESOS-7415
>     https://issues.apache.org/jira/browse/MESOS-7415
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Enables the use of authorization for the `START_MAINTENANCE` and
> `STOP_MAINTENANCE` v1 API calls, using the ACLs `StartMaintenance` and
> `StopMaintenance` respectively as well the actions of the same name as
> the API calls.
> 
> It also updates the `ApiTests` to take into account the authorization
> case.
> 
> 
> Diffs
> -----
> 
>   src/master/http.cpp 7060b8fa53e0682681c50e051908ffbbf50fb7da 
>   src/tests/api_tests.cpp faf3242f9c86d866c4bb5e457fcfe47c1063cc09 
> 
> 
> Diff: https://reviews.apache.org/r/59147/diff/2/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Alexander Rojas
> 
>


Re: Review Request 59147: Enabled authorization for v1 calls starting and stopping maintenance.

Posted by Mesos Reviewbot Windows <re...@mesos.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59147/#review175832
-----------------------------------------------------------



Patch looks great!

Reviews applied: [59453, 58955, 58964, 59099, 59100, 59101, 59147]

Passed command: support\windows-build.bat

- Mesos Reviewbot Windows


On May 23, 2017, 1:57 p.m., Alexander Rojas wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/59147/
> -----------------------------------------------------------
> 
> (Updated May 23, 2017, 1:57 p.m.)
> 
> 
> Review request for mesos, Adam B and Greg Mann.
> 
> 
> Bugs: MESOS-7415
>     https://issues.apache.org/jira/browse/MESOS-7415
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Enables the use of authorization for the `START_MAINTENANCE` and
> `STOP_MAINTENANCE` v1 API calls, using the ACLs `StartMaintenance` and
> `StopMaintenance` respectively as well the actions of the same name as
> the API calls.
> 
> It also updates the `ApiTests` to take into account the authorization
> case.
> 
> 
> Diffs
> -----
> 
>   src/master/http.cpp 7060b8fa53e0682681c50e051908ffbbf50fb7da 
>   src/tests/api_tests.cpp faf3242f9c86d866c4bb5e457fcfe47c1063cc09 
> 
> 
> Diff: https://reviews.apache.org/r/59147/diff/2/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Alexander Rojas
> 
>


Re: Review Request 59147: Enabled authorization for v1 calls starting and stopping maintenance.

Posted by Alexander Rojas <al...@mesosphere.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59147/
-----------------------------------------------------------

(Updated May 23, 2017, 3:57 p.m.)


Review request for mesos, Adam B and Greg Mann.


Bugs: MESOS-7415
    https://issues.apache.org/jira/browse/MESOS-7415


Repository: mesos


Description
-------

Enables the use of authorization for the `START_MAINTENANCE` and
`STOP_MAINTENANCE` v1 API calls, using the ACLs `StartMaintenance` and
`StopMaintenance` respectively as well the actions of the same name as
the API calls.

It also updates the `ApiTests` to take into account the authorization
case.


Diffs (updated)
-----

  src/master/http.cpp 7060b8fa53e0682681c50e051908ffbbf50fb7da 
  src/tests/api_tests.cpp faf3242f9c86d866c4bb5e457fcfe47c1063cc09 


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

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


Testing
-------

make check


Thanks,

Alexander Rojas