Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next: authentication support #242

Open
jdef opened this issue Apr 20, 2016 · 2 comments
Open

next: authentication support #242

jdef opened this issue Apr 20, 2016 · 2 comments
Labels

Comments

@jdef
Copy link
Contributor

jdef commented Apr 20, 2016

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
Copy link
Contributor Author

jdef commented May 17, 2016

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
Copy link
Contributor Author

jdef commented Jul 15, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant