ContainerImage.Pinniped/internal/controller
Andrew Keesler ddb7a20c53
Use EC crypto (instead of RSA) to workaround weird test timeout
When we use RSA private keys to sign our test certificates, we run
into strange test timeouts. The internal/controller/apicerts package
was timing out on my machine more than once every 3 runs. When I
changed the RSA crypto to EC crypto, this timeout goes away. I'm not
gonna try to figure out what the deal is here because I think it would
take longer than it would be worth (although I am sure it is some fun
story involving prime numbers; the goroutine traces for timed out
tests would always include some big.Int operations involving prime
numbers...).

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-08-28 11:19:52 -04:00
..
apicerts Use EC crypto (instead of RSA) to workaround weird test timeout 2020-08-28 11:19:52 -04:00
issuerconfig RetryOnConflict when updating CredentialIssuerConfig from outside any controller 2020-08-27 17:11:10 -07:00
utils.go Add integration and more unit tests 2020-08-11 10:14:57 -07:00