mesos / mesos-go

Go language bindings for Apache Mesos
Apache License 2.0
545 stars 146 forks source link

next: authentication support #242

Open jdef opened 8 years ago

jdef commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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