ContainerImage.Pinniped/internal
Matt Moyer 1c7b3c3072
Fix base64 encoding style in webhookcachefiller.
This was previously using the unpadded (raw) base64 encoder, which worked sometimes (if the CA happened to be a length that didn't require padding). The correct encoding is the `base64.StdEncoding` one that includes padding.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-09-15 13:54:19 -05:00
..
apiserver Rename "Webhook" to "TokenAuthenticator" in our REST handler and callers. 2020-09-15 12:02:33 -05:00
certauthority Fix a flake in kubecertauthority_test.go. 2020-08-28 16:13:43 -05:00
client Extract testutil.TLSTestServer so it can be reused elsewhere. 2020-09-14 13:23:12 -05:00
constable Add placeholder-name CLI 2020-07-28 15:15:59 -05:00
controller Fix base64 encoding style in webhookcachefiller. 2020-09-15 13:54:19 -05:00
controllerlib Fix some linter complaints in controllerlib. 2020-08-28 14:54:50 -05:00
controllermanager Validate tokens using the new dynamic IDP cache instead of the static config. 2020-09-15 12:02:34 -05:00
downward Standardize whitespace/newlines for consistency. 2020-08-14 14:42:49 -05:00
mocks Add internal/mocks/mocktokenauthenticator generated mocks. 2020-09-15 12:02:33 -05:00
provider Add tests for the new cert controllers and some other small refactorings 2020-08-10 18:53:53 -07:00
registry/credentialrequest Rename "Webhook" to "TokenAuthenticator" in our REST handler and callers. 2020-09-15 12:02:33 -05:00
server Validate tokens using the new dynamic IDP cache instead of the static config. 2020-09-15 12:02:34 -05:00
testutil Extract testutil.TLSTestServer so it can be reused elsewhere. 2020-09-14 13:23:12 -05:00