From 6668be54e2b9debb0d0842e16f647c78cd64e801 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Wed, 26 Jul 2023 19:11:48 +0000 Subject: [PATCH] backport of commit 72c8f1e4db8c8204a71d0c85b6f9900c231c495a --- .changelog/18291.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/18291.txt diff --git a/.changelog/18291.txt b/.changelog/18291.txt new file mode 100644 index 000000000000..bb0ec6f89295 --- /dev/null +++ b/.changelog/18291.txt @@ -0,0 +1,3 @@ +```release-note:bug +api-gateway: fix race condition in proxy config generation when Consul is notified of the bound-api-gateway config entry before it is notified of the api-gateway config entry. +```