ContainerImage.Pinniped/internal/controller/authenticator
Margo Crawford 720bc7ae42 jwtcachefiller_test.go: refactor and remove "if short skip" check
- Refactor the test to avoid testing a private method and instead
  always test the results of running the controller.
- Also remove the `if testing.Short()` check because it will always
  be short when running unit tests. This prevented the unit test
  from ever running, both locally and in CI.

Signed-off-by: Ryan Richard <richardry@vmware.com>
2020-12-15 13:33:49 -08:00
..
authncache Add JWTAuthenticator controller 2020-12-08 15:41:48 -05:00
cachecleaner Always close JWTAuthenticator underlying authenticator 2020-12-08 15:41:48 -05:00
jwtcachefiller jwtcachefiller_test.go: refactor and remove "if short skip" check 2020-12-15 13:33:49 -08:00
webhookcachefiller Add JWTAuthenticator controller 2020-12-08 15:41:48 -05:00
authenticator.go impotent -> idempotent 2020-12-08 15:41:49 -05:00