2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-16 15:47:21 +00:00
Chris S. Kim d5677e5680
Preserve CARoots when updating Vault CA configuration ()
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.
2023-03-13 17:32:59 -04:00

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
```