You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
implement support for basic
write a cgo wrapper that allows for reusing mesos authn modules as-is
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
The text was updated successfully, but these errors were encountered: