kubernetes/hack/make-rules
Anders Eknert b423216a3b Presence of bearer token should cancel exec action
If a bearer token is present in a request, the exec credential plugin should accept that as the chosen method of authentication. Judging by an [earlier comment in exec.go](c18bc7e9f7/staging/src/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go (L217)), this was already intended. This would however not work since UpdateTransportConfig would set the GetCert callback which would then get called by the transport, triggering the exec plugin action even with a token present in the request. See linked issue for further details.

See #87369 for further details.

Signed-off-by: Anders Eknert <anders.eknert@bisnode.com>
2020-07-02 12:12:32 +02:00
..
helpers Purge almost all memories of godep 2020-05-07 21:49:00 -07:00
BUILD modified hack scripts to referenced moved kubeadm.sh file. 2019-01-23 05:37:09 -05:00
build.sh fix shellcheck in hack/make-rules/... 2019-02-26 00:56:36 -05:00
clean.sh Fixed a make clean regression. 2019-04-26 11:52:21 -07:00
cross.sh fix shellcheck in hack/make-rules/... 2019-02-26 00:56:36 -05:00
make-help.sh correct flag order in make-help 2019-07-02 23:42:01 -07:00
test-cmd.sh Presence of bearer token should cancel exec action 2020-07-02 12:12:32 +02:00
test-e2e-kubeadm.sh *.sh: cleanup all white noise 2020-05-29 09:56:00 +08:00
test-e2e-node.sh *.sh: cleanup all white noise 2020-05-29 09:56:00 +08:00
test-integration.sh Enable mutation detection 2019-11-28 02:26:38 -05:00
test.sh move linting dependencies to hack/tools/tools.go 2020-04-20 13:45:38 -04:00
update.sh Add helper script to regenerate API compatibility data 2019-06-03 10:18:08 -04:00
verify.sh verify: Exclude verify-external-dependencies from make verify 2020-05-12 18:07:14 -04:00
vet.sh Do not include bazel related deps in root go.mod 2020-04-19 22:01:50 -04:00