ContainerImage.Pinniped/internal
Andrew Keesler b25696a1fb callback_handler.go: Prepend iss to sub when making default username
- Also handle several more error cases
- Move RequireTimeInDelta to shared testutils package so other tests
  can also use it
- Move all of the oidc test helpers into a new oidc/oidctestutils
  package to break a circular import dependency. The shared testutil
  package can't depend on any of our other packages or else we
  end up with circular dependencies.
- Lots more assertions about what was stored at the end of the
  request to build confidence that we are going to pass all of the
  right settings over to the token endpoint through the storage, and
  also to avoid accidental regressions in that area in the future

Signed-off-by: Ryan Richard <richardry@vmware.com>
2020-11-19 17:57:07 -08:00
..
certauthority Reduce client cert TTL back to 5 mins 2020-11-13 13:30:02 -05:00
client Split the config CRDs into two API groups. 2020-10-30 19:22:46 -05:00
concierge Reduce log spam 2020-11-10 10:22:27 -05:00
config Add log level support 2020-11-10 10:22:27 -05:00
constable Save 2 lines by using inline-style comments for Copyright 2020-09-16 10:35:19 -04:00
controller Use an interface instead of a concrete type for UpstreamOIDCIdentityProvider 2020-11-18 13:38:13 -08:00
controllerlib Reduce log spam 2020-11-10 10:22:27 -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 callback_handler.go: Prepend iss to sub when making default username 2020-11-19 17:57:07 -08:00
oidcclient callback_handler.go: Prepend iss to sub when making default username 2020-11-19 17:57:07 -08:00
plog Finish the WIP from the previous commit for saving authorize endpoint state 2020-11-11 12:29:14 -08:00
registry/credentialrequest Merge pull request #213 from mattmoyer/more-categories 2020-11-13 15:51:42 -05:00
testutil callback_handler.go: Prepend iss to sub when making default username 2020-11-19 17:57:07 -08:00