consul/agent/cache-types
R.B. Boyer c4b92d5534
connect: connect CA Roots in secondary datacenters should use a SigningKeyID derived from their local intermediate (#6513)
This fixes an issue where leaf certificates issued in secondary
datacenters would be reissued very frequently (every ~20 seconds)
because the logic meant to detect root rotation was errantly triggering
because a hash of the ultimate root (in the primary) was being compared
against a hash of the local intermediate root (in the secondary) and
always failing.
2019-09-26 11:54:14 -05:00
..
catalog_datacenters.go
catalog_datacenters_test.go
catalog_list_services.go
catalog_list_services_test.go
catalog_services.go
catalog_services_test.go
config_entry.go
config_entry_test.go
connect_ca_leaf.go connect: connect CA Roots in secondary datacenters should use a SigningKeyID derived from their local intermediate (#6513) 2019-09-26 11:54:14 -05:00
connect_ca_leaf_test.go
connect_ca_root.go
connect_ca_root_test.go
discovery_chain.go
discovery_chain_test.go
health_services.go
health_services_test.go
intention_match.go
intention_match_test.go
mock_RPC.go
node_services.go
node_services_test.go
prepared_query.go
prepared_query_test.go
resolved_service_config.go
resolved_service_config_test.go
rpc.go
service_checks.go
service_checks_test.go
service_dump.go
service_dump_test.go
testing.go