open-consul/agent/connect/ca
Daniel Nephin 72b30174fa ca: replace ca.PrimaryIntermediateProviders
With an optional interface that providers can use to indicate if they
use an intermediate cert in the primary DC.

This removes the need to look up the provider config when renewing the
intermediate.
2021-06-23 15:47:30 -04: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 ca: replace ca.PrimaryIntermediateProviders 2021-06-23 15:47:30 -04: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 ca: replace ca.PrimaryIntermediateProviders 2021-06-23 15:47:30 -04: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