mirror of https://github.com/hashicorp/consul
Fix a bug that wrongly trims domains when there is an overlap with DC name (#17160)
* Fix a bug that wrongly trims domains when there is an overlap with DC name Before this change, when DC name and domain/alt-domain overlap, the domain name incorrectly trimmed from the query. Example: Given: datacenter = dc-test, alt-domain = test.consul. Querying for "test-node.node.dc-test.consul" will faile, because the code was trimming "test.consul" instead of just ".consul" This change, fixes the issue by adding dot (.) before trimming * trimDomain: ensure domain trimmed without modyfing original domains * update changelog --------- Co-authored-by: Dhia Ayachi <dhia@hashicorp.com>pull/17875/head
parent
ce24646d36
commit
33a2d90852
@ -0,0 +1,3 @@
|
|||||||
|
```release-note:bug
|
||||||
|
Fix a bug that wrongly trims domains when there is an overlap with DC name.
|
||||||
|
```
|
Loading…
Reference in new issue