ContainerImage.Pinniped/internal/controller/apicerts
Ryan Richard cbc80d5bc4 RetryOnConflict when updating CredentialIssuerConfig from outside any controller
- Controllers will automatically run again when there's an error,
  but when we want to update CredentialIssuerConfig from server.go
  we should be careful to retry on conflicts
- Add unit tests for `issuerconfig.CreateOrUpdateCredentialIssuerConfig()`
  which was covered by integration tests in previous commits, but not
  covered by units tests yet.
2020-08-27 17:11:10 -07:00
..
certs_expirer_test.go Use duration and renewBefore to control API cert rotation 2020-08-20 16:35:04 -04:00
certs_expirer.go Use duration and renewBefore to control API cert rotation 2020-08-20 16:35:04 -04:00
certs_manager_test.go Use same lifetime for serving cert and CA cert 2020-08-27 15:59:47 -04:00
certs_manager.go Use same lifetime for serving cert and CA cert 2020-08-27 15:59:47 -04:00
certs_observer_test.go Rename project 2020-08-20 10:54:15 -07:00
certs_observer.go Rename project 2020-08-20 10:54:15 -07:00
doc.go Auto-rotate serving certificate 2020-08-20 10:03:36 -04:00
update_api_service_test.go Rename project 2020-08-20 10:54:15 -07:00
update_api_service.go RetryOnConflict when updating CredentialIssuerConfig from outside any controller 2020-08-27 17:11:10 -07:00