2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-28 05:10:40 +00:00

6 Commits

Author SHA1 Message Date
Dan Stough
1b08626358
[OSS] Fix initial_fetch_timeout to wait for all xDS resources ()
* fix(connect): set initial_fetch_time to wait indefinitely

* changelog

* PR feedback 1
2023-07-10 17:08:06 -04:00
Dan Stough
a043981cc6
Revert "fix(connect envoy): set initial_fetch_timeout to wait for initial xDS… ()" ()
This reverts commit be7d2a4d842a8cbab7ce6161e88807a1f0a946b0.
2023-06-01 13:10:41 -04:00
Dan Stough
be7d2a4d84
fix(connect envoy): set initial_fetch_timeout to wait for initial xDS… ()
* fix(connect envoy): set initial_fetch_timeout to wait for initial xDS indefinitely

---------

Co-authored-by: Kiril Angov <kiril.angov@gmail.com>
2023-05-15 10:45:16 -04:00
Freddy
0fc4fc6429
Revert "[CC-4519] Include Consul NodeID in Envoy bootstrap metadata" () 2023-04-28 15:23:55 -06:00
Freddy
c5c35ec924
[CC-4519] Include Consul NodeID in Envoy bootstrap metadata ()
This is being added so that metrics sent to HCP can be augmented with the source node's ID.

Opting not to add this to stats_tag out of caution, since it would increase the cardinality of metrics emitted by Envoy for all users.

There is no functional impact to Envoy expected from this change.
2023-04-26 10:04:57 -06:00
Ashwin Venkatesh
a1e2a4f8d6
Add support for envoy readiness flags ()
* Add support for envoy readiness flags
- add flags 'envoy-ready-bind-port` and `envoy-ready-bind-addr` on consul connect envoy to create a ready listener on that address.
2023-01-19 16:54:11 -05:00