changelog: add entry for fixing active CA root unset (#9323)

This commit is contained in:
Mike Morris 2020-12-03 13:45:07 -05:00 committed by hashicorp-ci
parent 29e4485074
commit ef6714ce5e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,3 @@
```release-note:bug
connect: fixes a case when updating the CA config in a secondary datacenter to correctly trigger the creation of a new intermediate certificate
```
```release-note:bug
connect: only unset the active root in a secondary datacenter when a new one is replacing it
```

3
.changelog/9318.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
connect: only unset the active root in a secondary datacenter when a new one is replacing it
```