open-consul/agent/connect/ca
Matt Keeler 2d2ce1fb0c
Ensure that CA initialization does not block leader election.
After fixing that bug I uncovered a couple more:

Fix an issue where we might try to cross sign a cert when we never had a valid root.
Fix a potential issue where reconfiguring the CA could cause either the Vault or AWS PCA CA providers to delete resources that are still required by the new incarnation of the CA.
2021-01-19 15:27:48 -05:00
..
common.go connect: Add AWS PCA provider (#6795) 2019-11-21 17:40:29 +00:00
mock_Provider.go Ensure that CA initialization does not block leader election. 2021-01-19 15:27:48 -05:00
provider.go Ensure that CA initialization does not block leader election. 2021-01-19 15:27:48 -05:00
provider_aws.go Ensure that CA initialization does not block leader election. 2021-01-19 15:27:48 -05:00
provider_aws_test.go Ensure that CA initialization does not block leader election. 2021-01-19 15:27:48 -05:00
provider_consul.go Ensure that CA initialization does not block leader election. 2021-01-19 15:27:48 -05:00
provider_consul_config.go Move IntermediateCertTTL to common CA config 2020-09-10 00:23:22 -07:00
provider_consul_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
provider_test.go Move IntermediateCertTTL to common CA config 2020-09-10 00:23:22 -07:00
provider_vault.go Ensure that CA initialization does not block leader election. 2021-01-19 15:27:48 -05:00
provider_vault_test.go Ensure that CA initialization does not block leader election. 2021-01-19 15:27:48 -05:00
testing.go Add CA server delegate interface for testing 2020-11-19 20:08:06 -08:00