-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42336/
-----------------------------------------------------------
Review request for mesos, Jie Yu, Michael Park, and Vinod Kone.
Bugs: MESOS-4382
https://issues.apache.org/jira/browse/MESOS-4382
Repository: mesos
Description
-------
Documented endpoint failure when HTTP authentication is disabled.
The `/reserve` and `/unreserve` endpoints currently do not work when HTTP
authentication is disabled. To enable correct behavior, the `principal` field
of `ReservationInfo` is being migrated from `required` to `optional`. This
patch documents this behavior of these endpoints.
Diffs
-----
docs/reservation.md a5dbc0abd5d9aef04064dc2a1dff7eb118147e43
Diff: https://reviews.apache.org/r/42336/diff/
Testing
-------
Thanks,
Greg Mann