[
https://issues.apache.org/jira/browse/MESOS-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15091943#comment-15091943
]
Guangya Liu commented on MESOS-4319:
------------------------------------
As far as I can see, at least the {{authentication.md}} and {{reservation.md}}
need to be updated to make sure others do not encounter such issues with me.
1) For {{authentication.md}}, you may want to add more detail for the new
parameter of {{--authenticate_http}}.
2) For {{reservation.md}}, add a link to {{authentication.md}} and tell end
user enable {{--authenticate_http}} when enabling authentication with dynamic
reservations.
> 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)