kubernetes/test
Kubernetes Submit Queue 3f2a02cf98 Merge pull request #39383 from liggitt/bind-check
Automatic merge from submit-queue (batch tested with PRs 39694, 39383, 39651, 39691, 39497)

Allow rolebinding/clusterrolebinding with explicit bind permission check

Fixes https://github.com/kubernetes/kubernetes/issues/39176
Fixes https://github.com/kubernetes/kubernetes/issues/39258

Allows creating/updating a rolebinding/clusterrolebinding if the user has explicitly been granted permission to perform the "bind" verb against the referenced role/clusterrole (previously, they could only bind if they already had all the permissions in the referenced role via an RBAC role themselves)

```release-note
To create or update an RBAC RoleBinding or ClusterRoleBinding object, a user must:
1. Be authorized to make the create or update API request
2. Be allowed to bind the referenced role, either by already having all of the permissions contained in the referenced role, or by having the "bind" permission on the referenced role.
```
2017-01-10 21:25:13 -08:00
..
e2e Merge pull request #36390 from nikhiljindal/cascDelSvc 2017-01-10 19:48:14 -08:00
e2e_node Merge pull request #39546 from dashpole/dynamic_config_eviction_hard 2017-01-10 18:57:26 -08:00
fixtures Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
images Always --pull in docker build to ensure recent base images 2017-01-10 16:21:05 -08:00
integration Merge pull request #39383 from liggitt/bind-check 2017-01-10 21:25:13 -08:00
kubemark run-gcloud-compute-with-retries in kubemark handles resource already exists case 2017-01-06 23:21:15 +01:00
list Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
soak Always --pull in docker build to ensure recent base images 2017-01-10 16:21:05 -08:00
utils Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
test_owners.csv rename kubernetes-discovery to kube-aggregator 2017-01-10 12:27:42 -05:00