ContainerImage.Pinniped/test
Andrew Keesler e05213f9dd
supervisor-generate-key: use EC keys intead of RSA
EC keys are smaller and take less time to generate. Our integration
tests were super flakey because generating an RSA key would take up to
10 seconds *gasp*. The main token verifier that we care about is
Kubernetes, which supports P256, so hopefully it won't be that much of
an issue that our default signing key type is EC. The OIDC spec seems
kinda squirmy when it comes to using non-RSA signing algorithms...

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-10-15 11:33:08 -04:00
..
cluster_capabilities Update copyright to reference Pinniped contributors 2020-09-16 10:05:51 -04:00
deploy/dex Add Dex to our integration test environment and use it to test the CLI. 2020-10-13 16:50:38 -05:00
integration supervisor-generate-key: use EC keys intead of RSA 2020-10-15 11:33:08 -04:00
library test/integration: reuse CreateTestOIDCProvider helper 2020-10-15 09:09:49 -04:00