ContainerImage.Pinniped/internal
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
..
certauthority Remove kubecertauthority pkg 2020-09-24 09:23:29 -07:00
client Pass namespace properly in client.ExchangeToken. 2020-09-22 10:03:32 -05:00
concierge Rename pinniped-server -> pinniped-concierge 2020-10-06 14:59:03 -04:00
constable Save 2 lines by using inline-style comments for Copyright 2020-09-16 10:35:19 -04:00
controller supervisor-generate-key: use EC keys intead of RSA 2020-10-15 11:33:08 -04:00
controllerlib Add Go vanity import paths. 2020-09-18 14:56:24 -05:00
controllermanager kubecertagent: use initial event for when key can't be found 2020-09-24 16:54:20 -04:00
downward Save 2 lines by using inline-style comments for Copyright 2020-09-16 10:35:19 -04:00
dynamiccert internal/provider -> internal/dynamiccert 2020-09-23 08:29:35 -04:00
here Save 2 lines by using inline-style comments for Copyright 2020-09-16 10:35:19 -04:00
httputil Implement the rest of an OIDC client CLI library. 2020-10-12 16:41:46 -05:00
mocks Implement the rest of an OIDC client CLI library. 2020-10-12 16:41:46 -05:00
multierror Backfill tests to OIDCProviderConfig controller 2020-10-09 10:39:17 -04:00
oidc Implement the rest of an OIDC client CLI library. 2020-10-12 16:41:46 -05:00
oidcclient Implement the rest of an OIDC client CLI library. 2020-10-12 16:41:46 -05:00
registry/credentialrequest Add support for multiple IDPs selected using IdentityProvider field. 2020-09-22 10:03:31 -05:00
testutil kubecertagent: use initial event for when key can't be found 2020-09-24 16:54:20 -04:00