Support Credential to authenticate framework
liangyanfeng opened this issue · 2 comments
liangyanfeng commented
mesos master config CRAM-MD5 framework authentication, But pymesos example can register a framework without Credential.
windreamer commented
Hmm, yes, we should support authentication.
windreamer commented
@liangyanfeng it seems Mesos use http basic authentication for http api. you may try #52 as a fix.