open-consul/agent/connect
Paul Banks ca96d5fa72
connect: Allow CA Providers to store small amount of state (#6751)
* pass logger through to provider

* test for proper operation of NeedsLogger

* remove public testServer function

* Ooops actually set the logger in all the places we need it - CA config set wasn't and causing segfault

* Fix all the other places in tests where we set the logger

* Allow CA Providers to persist some state

* Update CA provider plugin interface

* Fix plugin stubs to match provider changes

* Update agent/connect/ca/provider.go

Co-Authored-By: R.B. Boyer <rb@hashicorp.com>

* Cleanup review comments
2019-11-11 20:57:16 +00:00
..
ca connect: Allow CA Providers to store small amount of state (#6751) 2019-11-11 20:57:16 +00:00
common_names.go Make all Connect Cert Common Names valid FQDNs (#6423) 2019-11-11 17:11:54 +00:00
csr.go Make all Connect Cert Common Names valid FQDNs (#6423) 2019-11-11 17:11:54 +00:00
generate.go
generate_test.go
parsing.go
sni.go
sni_test.go
testing_ca.go Make all Connect Cert Common Names valid FQDNs (#6423) 2019-11-11 17:11:54 +00:00
testing_ca_test.go
testing_spiffe.go
uri.go
uri_agent.go
uri_agent_test.go
uri_service.go
uri_service_test.go
uri_signing.go
uri_signing_test.go
uri_test.go