k3s/plugin
Kubernetes Submit Queue 67f2a7cc00 Merge pull request #43888 from liggitt/unsecured-port-user
Automatic merge from submit-queue (batch tested with PRs 43545, 44293, 44221, 43888)

Avoid nil user special-casing in unsecured endpoint

The unsecured handler currently adds no `user.Info` to the request context.  That means that anything that tries to authorize actions in the API server currently has to special case nil users to ensure the unsecured localhost endpoint remains capable of performing all actions. 

This PR changes the unsecured localhost endpoint to be treated as a privileged user internally, so that no special casing is required by code inside the authentication layer

I'm not particularly attached to the username. It doesn't bother me for it to have a slightly uncomfortable sounding name.
2017-04-11 12:18:24 -07:00
..
cmd/kube-scheduler Merge pull request #41914 from mikedanese/bzl-version 2017-04-10 19:46:14 -07:00
pkg Merge pull request #43888 from liggitt/unsecured-port-user 2017-04-11 12:18:24 -07:00
BUILD Auto-generated stuff. 2017-04-06 16:15:34 -04:00
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00