open-consul/agent/connect
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
..
ca Ensure that CA initialization does not block leader election. 2021-01-19 15:27:48 -05:00
common_names.go
common_names_test.go Enable gofmt simplify 2020-06-16 13:21:11 -04:00
csr.go
generate.go
generate_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
parsing.go
sni.go
sni_test.go
testing_ca.go Add CA server delegate interface for testing 2020-11-19 20:08:06 -08:00
testing_ca_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
testing_spiffe.go connect: Add logic for updating secondary DC intermediate on config set 2020-11-13 14:33:44 -08:00
uri.go
uri_agent.go Fix issue with changing the agent token causing failure to renew the auto-encrypt certificate 2020-07-21 12:19:25 -04:00
uri_agent_test.go
uri_service.go Fix issue with changing the agent token causing failure to renew the auto-encrypt certificate 2020-07-21 12:19:25 -04:00
uri_service_oss.go
uri_service_test.go
uri_signing.go Replace whitelist/blacklist terminology with allowlist/denylist (#7971) 2020-05-29 14:19:16 -04:00
uri_signing_test.go
uri_test.go