mesos-go icon indicating copy to clipboard operation
mesos-go copied to clipboard

next: authentication support

Open jdef opened this issue 9 years ago • 2 comments

we already have an auth API and implementation in master.

for reference, here's how things are proceeding in k8s-land: https://github.com/kubernetes/kubernetes/pull/23066/files

jdef avatar Apr 20 '16 22:04 jdef

sounds like mesos default authn for HTTP V1 API will be to use Basic. pluggable mods in mesos can support other schemes. may be worth a two-pronged approach here:

  1. implement support for basic
  2. write a cgo wrapper that allows for reusing mesos authn modules as-is

jdef avatar May 17 '16 17:05 jdef

basic http authn has been tested against mesos 1.0-rc1 and works as expected

jdef avatar Jul 15 '16 04:07 jdef