-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dns) allow resolution of service names with "." (#1448)
When specifying a `kuma.io/service` with a "." DNS resolution would not work because it would only look at the first part of the DNS name. This would also cause `foo.bar.mesh` and `foo.mesh` to resolve to the same thing which may give a false sense of isolation of meshes in the DNS We now only strips the last part of the DNS name if it matches the `.mesh` domain suffix. Signed-off-by: Charly Molter <charly@koyeb.com> (cherry picked from commit de170f1)
- Loading branch information
Charly Molter
authored and
mergify-bot
committed
Jan 20, 2021
1 parent
0da9d5e
commit 07f105d
Showing
2 changed files
with
83 additions
and
10 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
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