ContainerImage.Pinniped/test/integration
Ryan Richard 1056cef384 Sync garbage collector controller less often by adjusting its filters
- Only sync on add/update of secrets in the same namespace which
  have the "storage.pinniped.dev/garbage-collect-after" annotation, and
  also during a full resync of the informer whenever secrets in the
  same namespace with that annotation exist.
- Ignore deleted secrets to avoid having this controller trigger itself
  unnecessarily when it deletes a secret. This controller is never
  interested in deleted secrets, since its only job is to delete
  existing secrets.
- No change to the self-imposed rate limit logic. That still applies
  because secrets with this annotation will be created and updated
  regularly while the system is running (not just during rare system
  configuration steps).
2020-12-18 09:36:28 -08:00
..
cli_test.go Close the right pipe output in runPinnipedLoginOIDC. 2020-12-15 12:34:50 -06:00
client_test.go Reduce client cert TTL back to 5 mins 2020-11-13 13:30:02 -05:00
concierge_api_serving_certs_test.go Split the config CRDs into two API groups. 2020-10-30 19:22:46 -05:00
concierge_availability_test.go Rename integration test env variables 2020-10-09 10:11:47 -07:00
concierge_credentialissuerconfig_test.go Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06:00
concierge_credentialrequest_test.go Merge branch 'main' into username-and-subject-claims 2020-12-15 18:09:44 -08:00
concierge_kubecertagent_test.go Concierge controllers add labels to all created resources 2020-10-15 10:14:23 -07:00
concierge_kubectl_test.go Rename pinniped-server -> pinniped-concierge 2020-10-06 14:59:03 -04:00
e2e_test.go Rename off of main 2020-12-16 14:27:09 -08:00
kube_api_discovery_test.go Rename off of main 2020-12-16 14:27:09 -08:00
supervisor_discovery_test.go Rename all "op" and "opc" usages 2020-12-17 11:34:49 -08:00
supervisor_healthz_test.go Make the supervisor healthz endpoint public 2020-10-21 15:24:58 -07:00
supervisor_login_test.go supervisor_login_test.go: wait for the /jwks.json endpoint to be ready 2020-12-16 17:59:39 -08:00
supervisor_secrets_test.go All FederationDomain Secrets have distinct Types 2020-12-17 17:07:38 -08:00
supervisor_storage_garbage_collection_test.go Sync garbage collector controller less often by adjusting its filters 2020-12-18 09:36:28 -08:00
supervisor_storage_test.go Supervisor storage garbage collection controller enabled in production 2020-12-11 15:21:34 -08:00
supervisor_upstream_test.go Rename off of main 2020-12-16 14:27:09 -08:00