douban / pymesos

A pure python implementation of Mesos scheduler and executor
BSD 3-Clause "New" or "Revised" License
163 stars 88 forks source link

Support Credential to authenticate framework #51

Closed liangyanfeng closed 7 years ago

liangyanfeng commented 7 years ago

mesos master config CRAM-MD5 framework authentication, But pymesos example can register a framework without Credential.

windreamer commented 7 years ago

Hmm, yes, we should support authentication.

windreamer commented 7 years ago

@liangyanfeng it seems Mesos use http basic authentication for http api. you may try #52 as a fix.