ContainerImage.Pinniped/test/integration
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
..
cli_test.go Fix chromedriver usage inside our test container. 2020-10-14 13:18:11 -05:00
client_test.go Rename integration test env variables 2020-10-09 10:11:47 -07:00
concierge_api_serving_certs_test.go Make tilt work with the supervisor app and add more uninstall testing 2020-10-09 14:25:34 -07:00
concierge_availability_test.go Rename integration test env variables 2020-10-09 10:11:47 -07:00
concierge_credentialissuerconfig_test.go Rename integration test env variables 2020-10-09 10:11:47 -07:00
concierge_credentialrequest_test.go Rename integration test env variables 2020-10-09 10:11:47 -07:00
concierge_kubecertagent_test.go Rename integration test env variables 2020-10-09 10:11:47 -07:00
concierge_kubectl_test.go Rename pinniped-server -> pinniped-concierge 2020-10-06 14:59:03 -04:00
kube_api_discovery_test.go Make tilt work with the supervisor app and add more uninstall testing 2020-10-09 14:25:34 -07:00
supervisor_discovery_test.go test/integration: remove unused function (see 31225ac7a) 2020-10-15 09:26:15 -04:00
supervisor_keys_test.go supervisor-generate-key: use EC keys intead of RSA 2020-10-15 11:33:08 -04:00