ContainerImage.Pinniped/internal/controller/identityprovider
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
..
idpcache Add a cache of active IDPs, which implements authenticator.Token. 2020-09-15 12:02:33 -05:00
webhookcachecleaner Add a controller to clean up stale entries in the idpcache.Cache. 2020-09-15 12:02:33 -05:00
webhookcachefiller Fix base64 encoding style in webhookcachefiller. 2020-09-15 13:54:19 -05:00