douban/pymesos

Support Credential to authenticate framework

liangyanfeng opened this issue · 2 comments

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

Hmm, yes, we should support authentication.

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