kubernetes/plugin/pkg/auth/authenticator/token
Kubernetes Submit Queue 5230bb7a8e Merge pull request #29860 from ericchiang/fix-openid-connect-provider-with-trailing-slash
Automatic merge from submit-queue

oidc authentication plugin: don't trim issuer URLs with trailing slashes

The issuer URL passed to the plugin must identically match the issuer
URL returned by OpenID Connect discovery. However, the plugin currently
trims all trailing slashes from issuer URLs, causing a mismatch. Since
the go-oidc client already handles this case correctly, don't trim the
path.

Closes #29749

cc @hanikesn @kubernetes/sig-auth
2016-08-04 16:25:49 -07:00
..
oidc oidc authentication plugin: don't trim issuer URLs with trailing slashes 2016-08-01 11:23:05 -07:00
tokenfile Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
tokentest Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
webhook interesting changes to add tokenreviews endpoint to implement webhook 2016-08-03 08:37:45 -04:00