[
https://issues.apache.org/jira/browse/MESOS-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15101088#comment-15101088
]
Guangya Liu commented on MESOS-4319:
------------------------------------
Fair enough, but we may need to update the reservation.md to highlight this:
HTTP endpoint for dynamic reservation only works when enabling authentication.
The reason that I filed this JIRA ticket is because dynamic reservation failed
when I using HTTP endpoint without authentication.
> Dynamic reservation creation failed with http endpoint
> ------------------------------------------------------
>
> Key: MESOS-4319
> URL: https://issues.apache.org/jira/browse/MESOS-4319
> Project: Mesos
> Issue Type: Bug
> Reporter: Guangya Liu
>
> {code}
> curl -i -u p1:s1 -d slaveId="12875be6pe": "SCALAR", "scalar": { "value": 1 },
> "role": "ads", "reservation": { "principal": "p1" } }, { "name": "mem",
> "type": "SCALAR", "scalar": { "value": 1000 }, "role": "ads", "reservation":
> { "principal": "p1" } } ]' -X POST http://192.168.1.104:5050/master/reserve
> HTTP/1.1 400 Bad Request
> Date: Sun, 10 Jan 2016 04:10:50 GMT
> Content-Length: 71
> Invalid RESERVE operation: Cannot reserve resources without a principal
> {code}
> I found that in https://reviews.apache.org/r/39043/diff/32#6 , the HTTP
> authentication was updated by adding a new optional parameter {{principal}}
> for reserve, but there is no document for how to set this parameter via http
> endpoint.
> cc [~arojas] , any comments for this? Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)