kubernetes/plugin/pkg/client/auth/oidc
Eric Chiang bc3dc12203 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.
2016-08-01 11:23:05 -07:00
..
oidc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
oidc_test.go oidc authentication plugin: don't trim issuer URLs with trailing slashes 2016-08-01 11:23:05 -07:00
OWNERS Implement new OIDC client AuthProvider 2016-05-18 17:02:48 -07:00