ContainerImage.Pinniped/internal
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
..
apiserver Convert code to use the new generated packages. 2020-08-24 14:42:27 -05:00
certauthority Use same lifetime for serving cert and CA cert 2020-08-27 15:59:47 -04:00
client Make `./pkg/client` into an internal package using the native k8s client. 2020-08-27 11:48:18 -05:00
constable Add placeholder-name CLI 2020-07-28 15:15:59 -05:00
controller Use EC crypto (instead of RSA) to workaround weird test timeout 2020-08-28 11:19:52 -04:00
controllermanager Merge branch 'main' into self_test 2020-08-25 19:02:27 -07:00
downward Standardize whitespace/newlines for consistency. 2020-08-14 14:42:49 -05:00
mocks/mockcertissuer Rename project 2020-08-20 10:54:15 -07:00
provider Add tests for the new cert controllers and some other small refactorings 2020-08-10 18:53:53 -07:00
registry/credentialrequest Convert code to use the new generated packages. 2020-08-24 14:42:27 -05:00
server Merge branch 'main' into self_test 2020-08-25 19:02:27 -07:00
testutil Use EC crypto (instead of RSA) to workaround weird test timeout 2020-08-28 11:19:52 -04:00