k3s/pkg
k8s-merge-robot ad7ececcd0 Merge pull request #28765 from nhlfr/api-proxy-regex
Automatic merge from submit-queue

Make "attach" and "exec" rejection in proxy more explicit

```release-note
kubectl proxy changed to now allow urls to pods with "attach" or "exec" in the pod name
```

The more explicit regular expression for rejection makes a possibility of accessing pods (or any other resources) which contain "attach" or "exec" in their names via proxy API. It was not possible before.

Also, the reference for "run" resource was removed, because it doesn't exist in any of k8s APIs currently.

Fixes: #21464
2016-07-19 23:06:58 -07:00
..
admission
api Merge pull request #29042 from dims/fixup-imports 2016-07-18 07:23:38 -07:00
apimachinery Use Go canonical import paths 2016-07-16 13:48:21 -04:00
apis codegen: update componentconfig 2016-07-19 11:25:38 -07:00
apiserver Merge pull request #29045 from lixiaobing10051267/mastererrNotAcceptable 2016-07-19 01:10:41 -07:00
auth Merge pull request #28281 from nhlfr/authorize-return-bool 2016-07-18 21:40:26 -07:00
capabilities Use Go canonical import paths 2016-07-16 13:48:21 -04:00
client Merge pull request #25764 from gtank/certificates-api-controller-v3 2016-07-19 18:45:31 -07:00
cloudprovider Merge pull request #28417 from kevensen/awszonefix 2016-07-19 21:03:28 -07:00
controller Merge pull request #25764 from gtank/certificates-api-controller-v3 2016-07-19 18:45:31 -07:00
conversion Use Go canonical import paths 2016-07-16 13:48:21 -04:00
credentialprovider Merge pull request #28871 from vishh/gce-cp 2016-07-18 14:32:04 -07:00
dns Use Infof/Warningf when appropriate 2016-07-19 12:10:53 -04:00
fieldpath Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fields Use Go canonical import paths 2016-07-16 13:48:21 -04:00
genericapiserver Merge pull request #27520 from olegshaldybin/format-apiserver-options 2016-07-19 19:58:01 -07:00
healthz Use Go canonical import paths 2016-07-16 13:48:21 -04:00
httplog Use Go canonical import paths 2016-07-16 13:48:21 -04:00
hyperkube Use Go canonical import paths 2016-07-16 13:48:21 -04:00
kubectl Make "attach" and "exec" rejection in proxy more explicit 2016-07-19 20:50:19 +02:00
kubelet Merge pull request #28701 from pmorie/bandwidth-test 2016-07-19 21:57:30 -07:00
kubemark
labels Use Go canonical import paths 2016-07-16 13:48:21 -04:00
master Use Go canonical import paths 2016-07-16 13:48:21 -04:00
metrics
probe Use Go canonical import paths 2016-07-16 13:48:21 -04:00
proxy Use Go canonical import paths 2016-07-16 13:48:21 -04:00
quota Use Go canonical import paths 2016-07-16 13:48:21 -04:00
registry Merge pull request #26012 from sitepod/third-party-resource-list-json-fix 2016-07-19 04:00:34 -07:00
runtime Merge pull request #29042 from dims/fixup-imports 2016-07-18 07:23:38 -07:00
security Use Go canonical import paths 2016-07-16 13:48:21 -04:00
securitycontext Use Go canonical import paths 2016-07-16 13:48:21 -04:00
serviceaccount Check for valid serviceaccount JWT token before inspecting claims 2016-07-06 14:25:15 -04:00
ssh Revert "Add a customized ssh dialer that will timeout" 2016-07-14 08:48:24 +02:00
storage Use Go canonical import paths 2016-07-16 13:48:21 -04:00
types Use Go canonical import paths 2016-07-16 13:48:21 -04:00
ui Use Go canonical import paths 2016-07-16 13:48:21 -04:00
util Move ExtractPodBandwidthResources test into appropriate package 2016-07-19 14:34:08 -04:00
version Use Go canonical import paths 2016-07-16 13:48:21 -04:00
volume Make volume unmount more robust using exclusive mount w/ O_EXCL 2016-07-18 16:20:08 -07:00
watch Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS