-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adb6c1b
commit e698773
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
While the 1.x line concluded with 1.10.1, this release contains a fix that is | ||
important for upgrading to 2.x if you have a non-standard system domain. See | ||
below: | ||
|
||
# Bug Fix | ||
|
||
* Respect `params.system_domain` from env file when generating TLS | ||
certificate SANs. This impacts the SANs for cc_public_tls, logcache_ssl, | ||
loggregator_rlp_gateway_tls, loggregator_trafficcontroller_tls, | ||
cc_logcache_tls, networ_policy.server_external, router.ssl, haproxy.ssl, | ||
autoscaler.servicebroker_public and autoscaler.apiserver_public. | ||
|
||
If `params.system_domain` was set in previous versions, the certs were | ||
erroneously created using `system.<base_domain>`. Run `genesis | ||
rotate-secrets -P` to regenerate the certs and deploy. | ||
|