k3s/plugin/pkg/auth/authenticator
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
..
password Use Go canonical import paths 2016-07-16 13:48:21 -04:00
request Use Go canonical import paths 2016-07-16 13:48:21 -04:00
token Merge pull request #29860 from ericchiang/fix-openid-connect-provider-with-trailing-slash 2016-08-04 16:25:49 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00