-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Allow kubectl proxy to proxy everything #9233
Conversation
… breaking the previous proxy behavior
EXPERIMENTAL JENKINS PR BUILDER: e2e build succeeded. |
Fixes #5921 |
lgtm. Aside from |
I didn't try it but I'm pretty sure the UI would also have been affected, also any pprof stuff under /debug... |
cc/ @bprashanth |
Allow kubectl proxy to proxy everything
@stephenR this change may affect your findings about proxy security. On Thu, Jun 4, 2015 at 4:22 PM, Quinton Hoole notifications@github.com
|
The current kubectl can't proxy anything that's not under the /api path. This removes that restriction while still allowing old tooling work the same.
This is required for kubectl to be a drop-in replacement for the RO port; prometheus example is updated to show this.