Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

kubectl needs support for dcos EE authentication #792

Open
jdef opened this issue Feb 18, 2016 · 4 comments
Open

kubectl needs support for dcos EE authentication #792

jdef opened this issue Feb 18, 2016 · 4 comments

Comments

@jdef
Copy link

jdef commented Feb 18, 2016

  • kubectl subcommand needs to fetch token from local dcos.toml file
  • kubectl binary needs to send Authorization: header for dcos EE compat
@jdef
Copy link
Author

jdef commented Feb 18, 2016

tentative plan is this:

  • create a dcos-kubectl binary, copy/paste of k8s/cmd/kubectl, except:
  • invokes kubectl/cmd/util.NewFactory with a custom config that:
    • provides SSL information
    • provides a WrapTransport func that injects the DCOS token into the request headers

@jdef
Copy link
Author

jdef commented Feb 19, 2016

custom k8sm-kubectl binary: kubernetes/kubernetes#21527

@jdef jdef added the tracking label Feb 19, 2016
@jdef jdef added this to the v0.7.3 milestone Feb 19, 2016
@jdef
Copy link
Author

jdef commented Feb 19, 2016

proposed a plugin-based approach for kubectl: kubernetes/kubernetes#21553

  • awaiting greenlight

@jdef jdef modified the milestones: v0.8.0, v0.7.3 Feb 24, 2016
@jdef jdef added the MVP label Feb 24, 2016
@jdef
Copy link
Author

jdef commented Mar 16, 2016

upstream likely going this way: kubernetes/kubernetes#23066

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

No branches or pull requests

1 participant