ContainerImage.Pinniped/internal/controller
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
..
apicerts Prefactor: Move updating of APIService to a separate controller 2020-09-08 16:36:49 -07:00
identityprovider Fix base64 encoding style in webhookcachefiller. 2020-09-15 13:54:19 -05:00
issuerconfig Pull controller-go back into this repository as internal/controllerlib. 2020-08-28 13:07:47 -05:00
utils.go Add new controller.SimpleFilter and controller.NoOpFilter utilities. 2020-09-14 13:25:16 -05:00