mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
d5677e5680
If a CA config update did not cause a root change, the codepath would return early and skip some steps which preserve its intermediate certificates and signing key ID. This commit re-orders some code and prevents updates from generating new intermediate certificates.
4 lines
123 B
Plaintext
4 lines
123 B
Plaintext
```release-note:bug
|
|
ca: Fixes a bug where updating Vault CA Provider config would cause TLS issues in the service mesh
|
|
```
|