ContainerImage.Pinniped/internal
Andrew Keesler e8f433643f
auth_handler.go: only inject oauth store into handler
Previously we were injecting the whole oauth handler chain into this function,
which meant we were essentially writing unit tests to test our tests. Let's push
some of this logic into the source code.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-11-04 10:35:26 -05:00
..
certauthority Add a way to set a default supervisor TLS cert for when SNI won't work 2020-10-27 16:33:08 -07:00
client Split the config CRDs into two API groups. 2020-10-30 19:22:46 -05:00
concierge Run as non-root 2020-11-02 12:51:15 -05:00
config Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06:00
constable Save 2 lines by using inline-style comments for Copyright 2020-09-16 10:35:19 -04:00
controller Replace the OIDCProvider field SNICertificateSecretName with a TLS.SecretName field. 2020-11-02 18:15:03 -06:00
controllerlib Add Go vanity import paths. 2020-09-18 14:56:24 -05:00
controllermanager Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06: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 Rename login API to `login.concierge.pinniped.dev`. 2020-10-30 09:58:28 -05:00
multierror Backfill tests to OIDCProviderConfig controller 2020-10-09 10:39:17 -04:00
oidc auth_handler.go: only inject oauth store into handler 2020-11-04 10:35:26 -05:00
oidcclient Split the config CRDs into two API groups. 2020-10-30 19:22:46 -05:00
registry/credentialrequest Rename login API to `login.concierge.pinniped.dev`. 2020-10-30 09:58:28 -05:00
testutil dynamiccertauthority: fix cert expiration test failure 2020-10-23 15:34:25 -04:00