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

eliminate auth-path #8064

Merged
merged 2 commits into from May 11, 2015
Merged

eliminate auth-path #8064

merged 2 commits into from May 11, 2015

Conversation

deads2k
Copy link
Contributor

@deads2k deads2k commented May 11, 2015

This eliminates auth-path from everything except the kubelet. I've split it into two commits:

  1. stops respecting --auth-path on the command line and removes documentation about it.
  2. eliminates auth-path from kubeconfig files. This commit might break kubeconfig files that existed before we stopped generating kubeconfig files. The number of those should be relatively limited, but I made it separate in case you considered that too much. Because AuthPath references an external file and because it affects both the user stanza and an unknown(!) cluster stanza, we can't build a reasonable conversion.

Final part of #3800.

My e2e is still running, but I don't anticipate any problems since there aren't references to auth-path.

@jlowdermilk ptal

@j3ffml
Copy link
Contributor

j3ffml commented May 11, 2015

LGTM. Will be nice to get rid of this.

@j3ffml
Copy link
Contributor

j3ffml commented May 11, 2015

shippable green. merging.

j3ffml added a commit that referenced this pull request May 11, 2015
@j3ffml j3ffml merged commit ac87ed6 into kubernetes:master May 11, 2015
@deads2k deads2k deleted the death-to-auth-path branch June 11, 2015 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants