mirror of https://github.com/hashicorp/consul
Browse Source
The field was not being included in the cache info key. This would result in a DNS request for web.service.consul returning the same result as web.ingress.consul, when those results should not be the same.pull/9436/head
Daniel Nephin
4 years ago
3 changed files with 15 additions and 2 deletions
@ -0,0 +1,4 @@
|
||||
```release-note:bug |
||||
cache: Fixed a bug where a DNS or API request for an ingress gateway would incorrectly |
||||
return a cached result for a service request with the same name, and vice versa. |
||||
`` |
Loading…
Reference in new issue