open-consul/.changelog
R.B. Boyer 0b79707beb
grpc: ensure grpc resolver correctly uses lan/wan addresses on servers (#17270)
The grpc resolver implementation is fed from changes to the
router.Router. Within the router there is a map of various areas storing
the addressing information for servers in those areas. All map entries
are of the WAN variety except a single special entry for the LAN.

Addressing information in the LAN "area" are local addresses intended
for use when making a client-to-server or server-to-server request.

The client agent correctly updates this LAN area when receiving lan serf
events, so by extension the grpc resolver works fine in that scenario.

The server agent only initially populates a single entry in the LAN area
(for itself) on startup, and then never mutates that area map again.
For normal RPCs a different structure is used for LAN routing.

Additionally when selecting a server to contact in the local datacenter
it will randomly select addresses from either the LAN or WAN addressed
entries in the map.

Unfortunately this means that the grpc resolver stack as it exists on
server agents is either broken or only accidentally functions by having
servers dial each other over the WAN-accessible address. If the operator
disables the serf wan port completely likely this incidental functioning
would break.

This PR enforces that local requests for servers (both for stale reads
or leader forwarded requests) exclusively use the LAN "area" information
and also fixes it so that servers keep that area up to date in the
router.

A test for the grpc resolver logic was added, as well as a higher level
full-stack test to ensure the externally perceived bug does not return.
2023-05-11 11:08:57 -05:00
..
5200.txt Merge pull request #5200 from hashicorp/NET-3758 (#17102) 2023-04-24 18:23:24 +00:00
7628.txt
7899.txt
7970.txt
8158.txt
8190.txt
8194.txt
8211.txt
8216.txt
8218.txt
8221.txt
8222.txt
8268.txt
8311.txt
8343.txt
8371.txt
8431.txt
8458.txt
8470.txt
8522.txt
8537.txt
8545.txt
8547.txt
8552.txt
8560.txt
8564.txt
8569.txt
8575.txt
8585.txt
8588.txt
8596.txt
8599.txt
8601.txt
8602.txt
8603.txt
8606.txt
8646.txt
8685.txt
8694.txt
8696.txt
8703.txt
8704.txt
8726.txt
8731.txt
8741.txt
8745.txt
8746.txt
8747.txt
8764.txt
8771.txt
8774.txt
8781.txt
8784.txt
8786.txt
8787.txt
8788.txt
8812.txt
8822.txt
8834.txt
8839.txt
8846.txt
8855.txt
8858.txt
8875.txt
8877.txt
8924.txt
9002.txt
9006.txt
9007.txt
9008.txt
9009.txt
9024.txt
9036.txt
9042.txt
9059.txt
9067.txt
9081.txt
9088.txt
9098.txt
9099.txt
9101.txt
9103.txt
9113.txt
9119.txt
9141.txt
9142.txt
9151.txt
9156.txt
9181.txt
9186.txt
9191.txt
9198.txt
9204.txt
9207.txt
9229.txt
9240.txt
9247.txt
9254.txt
9262.txt
9271.txt
9278.txt
9284.txt
9296.txt
9318.txt
9320.txt
9351.txt
9366.txt
9410.txt
9428.txt
9432.txt
9436.txt
9440.txt
9442.txt
9468.txt
9475.txt
9485.txt
9487.txt
9498.txt
9505.txt
9510.txt
9512.txt
9513.txt
9519.txt
9524.txt
9527.txt
9528.txt
9530.txt
9553.txt
9554.txt
9569.txt
9585.txt
9589.txt
9593.txt
9594.txt
9602.txt
9617.txt
9626.txt
9650.txt
9651.txt
9658.txt
9660.txt
9672.txt
9683.txt
9687.txt
9689.txt
9703.txt
9715.txt
9729.txt
9737.txt
9738.txt
9741.txt
9749.txt
9752.txt
9765.txt
9768.txt
9772.txt
9792.txt
9806.txt
9819.txt
9847.txt
9851.txt
9855.txt
9864.txt
9872.txt
9894.txt
9901.txt
9903.txt
9910.txt
9920.txt
9923.txt
9924.txt
9967.txt
9973.txt
9978.txt
9979.txt
9980.txt
9981.txt
10002.txt
10009.txt
10013.txt
10016.txt
10023.txt
10025.txt
10039.txt
10062.txt
10069.txt
10073.txt
10081.txt
10089.txt
10091.txt
10100.txt
10101.txt
10112.txt
10121.txt
10122.txt
10124.txt
10127.txt
10129.txt
10131.txt
10133.txt
10134.txt
10136.txt
10149.txt
10151.txt
10152.txt
10157.txt
10161.txt
10162.txt
10163.txt
10173.txt
10174.txt
10181.txt
10186.txt
10188.txt
10189.txt
10194.txt
10204.txt
10210.txt
10211.txt
10212.txt
10225.txt
10231.txt
10239.txt
10240.txt
10243.txt
10248.txt
10267.txt
10270.txt
10273.txt
10279.txt
10287.txt
10298.txt
10299.txt
10301.txt
10306.txt
10324.txt
10329.txt
10330.txt
10331.txt
10338.txt
10340.txt
10358.txt
10365.txt
10368.txt
10381.txt
10391.txt
10394.txt
10395.txt
10399.txt
10401.txt
10404.txt
10411.txt
10423.txt
10424.txt
10475.txt
10486.txt
10490.txt
10500.txt
10503.txt
10504.txt
10514.txt
10515.txt
10535.txt
10546.txt
10552.txt
10559.txt
10564.txt
10566.txt
10569.txt
10581.txt
10598.txt
10604.txt
10605.txt
10608.txt
10611.txt
10612.txt
10613.txt
10619.txt
10621.txt
10630.txt
10647.txt
10657.txt
10688.txt
10689.txt
10690.txt
10691.txt
10706.txt
10707.txt
10717.txt
10732.txt
10735.txt
10757.txt
10758.txt
10767.txt
10768.txt
10769.txt
10795.txt
10804.txt
10813.txt
10820.txt
10824.txt
10835.txt
10838.txt
10844.txt
10856.txt
10858.txt
10872.txt
10873.txt
10894.txt
10895.txt
10901.txt
10902.txt
10903.txt
10913.txt
10914.txt
10916.txt
10925.txt
10952.txt
10961.txt
10964.txt
10969.txt
10987.txt
10996.txt
11026.txt
11077.txt
11085.txt
11090.txt
11095.txt
11099.txt
11107.txt
11109.txt
11115.txt
11117.txt
11130.txt
11136.txt
11138.txt
11149.txt
11163.txt
11200.txt
11216.txt
11222.txt
11231.txt
11232.txt
11237.txt
11241.txt
11245.txt
11255.txt
11277.txt
11280.txt
11293.txt
11298.txt
11311.txt
11318.txt
11335.txt
11348.txt
11364.txt
11371.txt
11375.txt
11376.txt
11380.txt
11399.txt
11409.txt
11417.txt
11419.txt
11428.txt
11449.txt
11461.txt
11472.txt
11474.txt
11475.txt
11477.txt
11480.txt
11491.txt
11495.txt
11500.txt docs: fix missing bugfix changelog entries 2022-09-22 16:10:40 -04:00
11505.txt
11507.txt
11514.txt
11520.txt
11522.txt
11556.txt
11569.txt
11573.txt
11576.txt
11577.txt
11578.txt
11585.txt
11586.txt
11607.txt
11640.txt
11645.txt
11665.txt
11669.txt
11670.txt
11671.txt
11672.txt
11681.txt
11693.txt
11720.txt
11722.txt
11724.txt
11725.txt
11742.txt
11744.txt
11748.txt
11767.txt
11774.txt
11781.txt
11791.txt docs: fix missing bugfix changelog entries 2022-09-22 16:10:40 -04:00
11799.txt
11801.txt
11803.txt
11804.txt docs: fix missing bugfix changelog entries 2022-09-22 16:10:40 -04:00
11818.txt
11820.txt
11821.txt
11824.txt
11826.txt
11827.txt
11850.txt docs: fix missing bugfix changelog entries 2022-09-22 16:10:40 -04:00
11854.txt
11855.txt
11868.txt
11891.txt
11892.txt
11895.txt
11903.txt
11905.txt
11910.txt
11918.txt
11924.txt
11926.txt
11931.txt
11937.txt
11940.txt
11950.txt
11956.txt
11958.txt
11959.txt
11960.txt
11968.txt
11979.txt
11985.txt
12042.txt
12049.txt
12057.txt
12079.txt
12080.txt
12081.txt
12098.txt
12110.txt
12126.txt
12166.txt
12174.txt
12176.txt
12195.txt
12209.txt
12223.txt
12236.txt
12248.txt
12267.txt
12277.txt
12279.txt docs: fix missing bugfix changelog entries 2022-09-22 16:10:40 -04:00
12298.txt
12302.txt
12305.txt
12307.txt
12308.txt
12311.txt
12315.txt
12316.txt
12317.txt
12321.txt
12324.txt
12325.txt
12329.txt
12334.txt
12354.txt
12359.txt
12362.txt
12370.txt
12376.txt
12385.txt
12399.txt
12400.txt
12442.txt
12443.txt
12444.txt
12449.txt
12461.txt
12470.txt
12478.txt
12479.txt
12496.txt
12504.txt
12511.txt
12512.txt
12522.txt
12529.txt
12535.txt
12565.txt
12567.txt
12573.txt
12583.txt
12601.txt
12607.txt
12617.txt
12640.txt
12646.txt
12655.txt
12670.txt
12672.txt
12675.txt
12678.txt
12681.txt
12685.txt
12695.txt
12711.txt
12722.txt
12725.txt
12727.txt
12739.txt
12774.txt
12777.txt
12786.txt
12787.txt
12791.txt
12793.txt
12797.txt
12805.txt
12807.txt
12808.txt
12819.txt
12820.txt
12825.txt
12844.txt
12846.txt
12865.txt
12878.txt
12881.txt
12885.txt
12890.txt Add changelog entry for #12890 2022-10-05 13:35:07 -04:00
12904.txt
12905.txt Middleware: `RequestRecorder` reports calls below 1ms as decimal value (#12905) 2022-09-15 13:04:37 -04:00
12914.txt
12935.txt
12956.txt
12961.txt
13001.txt
13012.txt
13051.txt
13062.txt
13071.txt
13091.txt
13118.txt
13127.txt
13143.txt
13183.txt
13256.txt
13304.txt
13344.txt
13357.txt
13388.txt
13394.txt
13409.txt
13421.txt
13431.txt
13450.txt
13481.txt
13493.txt
13532.txt
13607.txt
13613.txt
13658.txt
13677.txt
13686.txt
13687.txt
13699.txt
13722.txt
13782.txt Update go-discover to support ECS discovery (#13782) 2023-01-12 12:06:29 -06:00
13787.txt
13807.txt
13847.txt
13958.txt
13998.txt
14021.txt
14034.txt
14081.txt
14119.txt
14132.txt Leadership transfer cmd (#14132) 2022-11-14 15:35:12 -05:00
14149.txt
14161.txt
14162.txt
14178.txt
14233.txt docs: fix missing bugfix changelog entries 2022-09-22 16:10:40 -04:00
14238.txt Add additional parameters to envoy passive health check config (#14238) 2022-09-01 09:59:11 -07:00
14244.txt Remove empty tags 2 (#16113) 2023-02-06 11:12:43 -08:00
14269.txt docs: fix missing bugfix changelog entries 2022-09-22 16:10:40 -04:00
14285.txt
14290.txt docs: fix missing bugfix changelog entries 2022-09-22 16:10:40 -04:00
14340.txt Add support for configuring Envoys route idle_timeout (#14340) 2022-11-29 17:43:15 -05:00
14343.txt ui: Use credentials for all HTTP API requests (#14343) 2022-09-01 18:15:06 +01:00
14356.txt Configure Envoy alpn_protocols based on service protocol (#14356) 2022-10-10 13:13:56 -07:00
14364.txt docs: fix missing bugfix changelog entries 2022-09-22 16:10:40 -04:00
14373.txt
14378.txt
14395.txt Config-entry: Support proxy config in service-defaults (#14395) 2022-09-12 10:41:58 -04:00
14396.txt Finish up cluster peering failover (#14396) 2022-08-30 11:46:34 -04:00
14397.txt xDS Load Balancing (#14397) 2022-09-09 15:02:01 +01:00
14423.txt feat(cli): add initial peering cli commands 2022-09-01 17:20:13 -04:00
14429.txt changelog: fix missing backtick (#14663) 2022-09-16 11:30:06 -07:00
14433.txt Use proxy address for default check (#14433) 2022-09-01 14:03:35 -07:00
14437.txt Allow Operator Generated bootstrap token (#14437) 2023-01-04 20:19:33 +00:00
14445.txt Implement Cluster Peering Redirects (#14445) 2022-09-09 13:58:28 -04:00
14465.txt Support RFC 2782 for prepared query DNS lookups (#14465) 2022-11-20 17:21:24 -05:00
14474.txt Add kv txn get-not-exists operation. 2022-09-06 10:28:59 -05:00
14475.txt add non-double-prefixed metrics (#14193) 2022-09-09 12:13:43 -05:00
14495.txt ui: Detect token in a cookie and passthrough (#14495) 2022-09-08 11:43:39 +01:00
14516.txt Update intermediate pki mount/role when reconfiguring Vault provider 2022-09-13 15:42:26 -07:00
14521.txt Reuse http.DefaultTransport in UIMetricsProxy (#14521) 2022-09-08 11:02:05 -04:00
14527.txt ui: Amends to existing topology notice/banner texts (#14527) 2022-09-29 09:39:06 -07:00
14556.txt Add changelog entry 2022-09-16 17:57:10 -06:00
14563.txt feat(peering): validate server name conflicts on establish 2022-09-14 11:37:30 -04:00
14573.txt connect: Bump latest Envoy to 1.23.1 in test matrix (#14573) 2022-09-14 13:20:16 -07:00
14577.txt Add input validation for auto-config JWT authorization checks. 2022-09-13 11:16:36 -05:00
14579.txt Add CSR check for number of URIs. (#14579) 2022-09-13 14:21:47 -05:00
14598.txt Add changelog note 2022-09-15 12:59:16 -07:00
14599.txt increase the size of txn to support vault (#14599) 2022-09-19 09:07:19 -07:00
14604.txt ui: Add merge-central-config to relevant HTTP requests (#14604) 2022-09-20 10:33:19 +01:00
14606.txt ui: Completely remove the Overview routes when running the UI in HCP (#14606) 2022-09-14 19:39:50 +01:00
14616.txt Add envoy connection balancing. (#14616) 2022-09-26 11:29:06 -05:00
14619.txt [BUGFIX] Do not use interval as timeout (#14619) 2022-09-15 12:39:48 -04:00
14679.txt Consul 1.14 post-release updates (#15382) 2022-11-15 14:22:43 -06:00
14723.txt add HCP integration component (#14723) 2022-09-26 14:58:15 -04:00
14724.txt Support Stale Queries for Trust Bundle Lookups (#14724) 2022-09-28 09:56:59 -07:00
14747.txt Add changelog entry 2022-10-10 13:35:12 -06:00
14749.txt feat(ingress gateway: support configuring limits in ingress-gateway c… (#14749) 2022-09-28 14:56:46 -04:00
14751.txt Fix explicit tproxy listeners with discovery chains. (#14751) 2022-10-05 14:38:25 -05:00
14796.txt Add changelog entry 2022-10-07 09:54:08 -06:00
14797.txt Add exported services event to cluster peering replication. (#14797) 2022-09-29 15:37:19 -04:00
14800.txt Extend tcp keepalive settings to work for terminating gateways as well 2022-10-14 17:05:46 -07:00
14811.txt Adding changelog 2022-09-29 22:25:10 -07:00
14817.txt Make the mesh gateway changes to allow `local` mode for cluster peering data plane traffic (#14817) 2022-10-06 09:54:14 -04:00
14831.txt connect: Bump Envoy 1.20 to 1.20.7, 1.21 to 1.21.5 and 1.22 to 1.22.5 (#14831) 2022-10-04 13:15:01 -07:00
14832.txt autoencrypt: helpful error for clients with wrong dc (#14832) 2022-10-25 10:13:41 -07:00
14833.txt config entry: hardcode proxy-defaults name as global (#14833) 2022-10-25 10:55:15 -07:00
14854.txt Rename `PeerName` to `Peer` on prepared queries and exported services (#14854) 2022-10-04 14:46:15 -04:00
14869.txt Merge central config for GetEnvoyBootstrapParams (#14869) 2022-10-10 12:40:27 -05:00
14873.txt Upgrade serf to v0.10.1 and memberlist to v0.5.0 to get memberlist size metrics and broadcast queue depth metric (#14873) 2022-10-04 17:51:37 -06:00
14885.txt fix: missing UDP field in checkType (#14885) 2022-10-05 15:57:21 -04:00
14889.txt Add remote peer partition and datacenter info. 2022-10-13 10:37:41 -05:00
14897.txt bump raft version to v1.3.11 (#14897) 2022-10-12 08:51:52 -04:00
14903.txt ui: Remove node name from agentless service instance (#14903) 2022-10-07 04:01:34 -06:00
14908.txt cache: prevent goroutine leak in agent cache (#14908) 2022-10-17 14:38:10 -05:00
14916.txt bug: fix goroutine leaks caused by incorrect usage of `WatchCh` (#14916) 2022-10-13 12:04:27 +01:00
14921.txt ui: hide node name and meta on agentless instances (#14921) 2022-10-11 09:59:53 -06:00
14922.txt gRPC server metrics (#14922) 2022-10-11 17:00:32 -05:00
14924.txt Service http checks data source for agentless proxies (#14924) 2022-10-12 07:49:56 -07:00
14933.txt cli: Add -node-name flag to redirect-traffic command (#14933) 2022-10-12 11:53:41 -06:00
14934.txt perf: remove expensive reflection from xDS hot path (#14934) 2022-10-14 10:26:42 +01:00
14935.txt Add changelog entry 2022-10-13 16:09:32 -06:00
14936.txt adding configuration option cloud.scada_address (#14936) 2022-10-13 11:31:28 +02:00
14947.txt Add changelog for peers detail page 2022-10-13 16:45:03 +02:00
14956.txt cache: refactor agent cache fetching to prevent unnecessary fetches on error (#14956) 2022-10-25 10:27:26 -05:00
14957.txt Add consul.xds.server.streamStart metric (#14957) 2022-10-12 14:17:58 -05:00
14960.txt proxycfg: rate-limit delivery of config snapshots (#14960) 2022-10-14 15:52:00 +01:00
14962.txt xds: properly merge central config for "agentless" services (#14962) 2022-10-13 12:04:59 +01:00
14965.txt Refactor client RPC timeouts (#14965) 2022-10-18 15:05:09 -04:00
14970.txt Add changelog 2022-10-12 17:16:01 -06:00
14971.txt Add changelog 2022-10-13 10:43:57 -06:00
14981.txt Add changelog entry 2022-10-13 16:03:15 -06:00
14986.txt Add changelog entry 2022-10-13 18:54:39 -06:00
15001.txt ingress-gateways: don't log error when registering gateway (#15001) 2022-10-25 10:55:44 -07:00
15005.txt ca: fix a masked bug in leaf cert generation that would not be notified of root cert rotation after the first one (#15005) 2022-10-17 13:24:27 -05:00
15035.txt Warn instead of returning an error when intermediate mount tune permission is missing 2022-10-18 12:01:25 -07:00
15050.txt cli/sdk: Allow redirection to a different consul dns port (#15050) 2022-10-21 13:15:32 -06:00
15065.txt changelog 2022-10-19 16:37:50 -04:00
15068.txt Add changelog 2022-10-20 14:32:42 -04:00
15083.txt Avoid blocking child type updates on parent ack (#15083) 2022-11-07 18:10:42 -07:00
15090.txt Add changelog 2022-10-24 16:12:08 -04:00
15093.txt connect: Add Envoy 1.24 to integration tests, remove Envoy 1.20 (#15093) 2022-10-31 10:50:45 -05:00
15107.txt fix: return error when config file with unknown extension is passed (#15107) 2023-01-04 16:57:00 -08:00
15108.txt fix(peering): replicating wan address (#15108) 2022-10-24 15:44:57 -04:00
15155.txt Allow consul debug on non-ACL consul servers (#15155) 2022-10-27 09:25:18 -04:00
15160.txt fix(peering): nil pointer in calling handleUpdateService (#15160) 2022-10-26 11:50:34 -04:00
15178.txt Fix peering metrics bug (#15178) 2022-10-28 10:51:12 -04:00
15186.txt Fix mesh gateway configuration with proxy-defaults (#15186) 2022-11-09 10:14:29 -06:00
15233.txt integ test: reduce flakiness due to compound output from retry (#15233) 2022-11-02 14:08:17 -04:00
15253.txt Clarify Vault CA changelog entry (#15662) 2022-12-02 20:16:49 -05:00
15272.txt fix(mesh-gateway): remove deregistered service from mesh gateway (#15272) 2022-11-07 20:30:15 -05:00
15274.txt Fixing CLI ACL token processing unexpected precedence (#15274) 2022-12-02 12:19:52 -05:00
15297.txt removes ioutil usage everywhere which was deprecated in go1.16 (#15297) 2022-11-10 10:26:01 -06:00
15302.txt update config defaults, add docs (#15302) 2022-11-09 09:29:55 -08:00
15317.txt update ACLs for cluster peering (#15317) 2022-11-09 13:02:58 -08:00
15320.txt connect: strip port from DNS SANs for ingress gateway leaf cert (#15320) 2022-11-14 10:27:03 -08:00
15339.txt Prevent serving TLS via ports.grpc (#15339) 2022-11-11 14:29:22 -06:00
15346.txt grpc/acl: relax permissions required for "core" endpoints (#15346) 2023-01-04 12:40:34 +00:00
15356.txt Ensure that NodeDump imported nodes are filtered (#15356) 2022-11-14 12:35:20 -07:00
15370.txt auto-config: relax node name validation for JWT authorization (#15370) 2022-11-14 18:24:40 -06:00
15423.txt Fix SDK to support older versions of Consul. (#15423) 2022-11-18 10:32:01 -06:00
15466.txt Fix issue with connect Envoy choosing incorrect TLS settings. (#15466) 2022-11-18 14:36:20 -06:00
15503.txt fix(peering): increase the gRPC limit to 8MB (#15503) 2022-11-28 17:48:43 -05:00
15525.txt Fix Vault managed intermediate PKI bug (#15525) 2022-11-28 16:17:58 -05:00
15541.txt Use rpcHoldTimeout to calculate blocking timeout (#15541) 2022-11-24 10:13:02 -05:00
15555.txt ui: Add ServerExternalAddresses to peer token create form (#15555) 2022-11-30 11:42:36 -07:00
15596.txt Add peering `.service` and `.node` DNS lookups. (#15596) 2022-11-29 12:23:18 -06:00
15598.txt Deprecate -join and -join-wan (#15598) 2022-12-14 20:28:25 +00:00
15610.txt Remove log line about server mgmt token init (#15610) 2022-11-29 17:56:03 -05:00
15614.txt feat(ingress-gateway): support outlier detection of upstream service for ingress gateway (#15614) 2022-12-13 11:51:37 -05:00
15615.txt peering: better represent non-passing states during peer check flattening (#15615) 2022-11-30 11:29:21 -06:00
15659.txt connect: Add support for ConsulResolver to specifies a filter expression (#15659) 2022-12-14 12:41:07 -08:00
15661.txt Detect Vault 1.11+ import in secondary datacenters and update default issuer (#15661) 2022-12-05 15:39:21 -06:00
15669.txt connect: ensure all vault connect CA tests use limited privilege tokens (#15669) 2022-12-06 10:06:36 -06:00
15690.txt Fix local mesh gateway with peering discovery chains. (#15690) 2022-12-07 13:07:42 -06:00
15697.txt Enforce lowercase peer names. (#15697) 2023-01-13 14:20:28 -06:00
15701.txt Add custom balancer to always remove subConns (#15701) 2022-12-19 17:39:31 +00:00
15705.txt [OSS] security: update x/net module (#15737) 2022-12-08 16:45:44 -05:00
15710.txt Remove the `connect.enable_serverless_plugin` agent configuration option (#15710) 2022-12-08 14:46:42 -05:00
15737.txt [OSS] security: update x/net module (#15737) 2022-12-08 16:45:44 -05:00
15760.txt Fix DialedDirectly configuration for Consul dataplane. (#15760) 2022-12-13 09:16:31 -06:00
15769.txt agent: Fix assignment of error when auto-reloading cert and key file changes. (#15769) 2022-12-12 12:24:39 -07:00
15789.txt xds: don't attempt to load-balance sessions for local proxies (#15789) 2023-01-18 12:33:21 -06:00
15794.txt Error out `consul connect envoy` if agent explicitly disabled grpc (#15794) 2022-12-19 14:37:27 -05:00
15817.txt extensions: refactor serverless plugin to use extensions from config entry fields (#15817) 2022-12-19 12:19:37 -08:00
15818.txt Enhancement: Consul Compatibility Checking (#15818) 2022-12-20 09:58:19 -08:00
15828.txt Add new config_file_service_registration token (#15828) 2023-01-10 10:24:02 -06:00
15833.txt Fix incorrect protocol check on discovery chains with peer targets. (#15833) 2022-12-20 10:15:03 -06:00
15864.txt docs(access logs): new docs for access logging (#15948) 2023-01-11 16:41:02 +00:00
15865.txt Fix issue with incorrect proxycfg watch on upstream peer-targets. (#15865) 2023-01-03 10:44:08 -06:00
15866.txt Fix agent cache incorrectly notifying unchanged protobufs. (#15866) 2023-01-03 10:11:56 -06:00
15884.txt Output user-friendly name for anonymous token (#15884) 2023-01-09 12:28:53 -06:00
15892.txt grpc: switch servers and retry on error (#15892) 2023-01-05 10:21:27 +00:00
15906.txt Add the Lua Envoy extension (#15906) 2023-01-06 12:13:40 -05:00
15913.txt Fix issue where TLS configuration was ignored for unix sockets in consul connect envoy. (#15913) 2023-01-06 12:34:49 -06:00
15922.txt Remove legacy acl policies (#15922) 2023-02-06 15:35:52 +00:00
15947.txt Remove legacy acl tokens (#15947) 2023-01-27 09:17:07 -06:00
15956.txt [OSS] Add Peer field to service-defaults upstream overrides (#15956) 2023-02-03 10:51:53 -05:00
15967.txt Warn if ACL is enabled but no token is provided to Envoy (#15967) 2023-01-16 12:31:56 -05:00
15970.txt Support Vault agent auth config for AWS/GCP CA provider auth (#15970) 2023-01-18 11:53:04 -08:00
15979.txt Support Envoy's MaxEjectionPercent and BaseEjectionTime config entries for passive health checks (#15979) 2023-04-26 15:59:48 -07:00
15987.txt api: enable query options on agent force-leave endpoint (#15987) 2023-04-18 11:31:48 -05:00
15988.txt Add a flag for enabling debug logs to the `connect envoy` command (#15988) 2023-01-31 13:30:20 -08:00
16000.txt Fix configuration merging for implicit tproxy upstreams. (#16000) 2023-01-18 13:43:53 -06:00
16009.txt Warn when the token query param is used for auth (#16009) 2023-01-24 16:21:41 +00:00
16015.txt Add support for envoy readiness flags (#16015) 2023-01-19 16:54:11 -05:00
16024.txt Apply agent partition to load services and agent api (#16024) 2023-01-20 12:59:26 -05:00
16044.txt Update token language to distinguish Accessor and Secret ID usage (#16044) 2023-02-07 12:26:30 -06:00
16097.txt Use agent token for service/check deregistration during anti-entropy (#16097) 2023-02-03 08:45:11 -06:00
16105.txt ACL error improvements: incomplete bootstrapping and non-existent token (#16105) 2023-02-08 23:49:44 +00:00
16176.txt Adding experimental support for a more efficient LogStore implementation (#16176) 2023-02-08 16:50:22 +00:00
16204.txt UI: CC-4032 - Update sidebar width (#16204) 2023-02-13 11:48:31 -07:00
16205.txt Add the `operator usage instances` command and api endpoint (#16205) 2023-02-08 12:07:21 -08:00
16224.txt support vault auth config for alicloud ca provider 2023-03-07 03:02:05 +00:00
16227.txt [UI]: update Ember to 3.27 (#16227) 2023-02-10 13:32:19 -08:00
16230.txt Fix peering acceptors in secondary datacenters. (#16230) 2023-02-10 09:47:17 -06:00
16251.txt [UI] CC-4031: change from Action, a and button to hds::Button (#16251) 2023-02-22 13:05:15 -08:00
16257.txt Fix mesh gateways incorrectly matching peer locality. (#16257) 2023-02-16 09:22:41 -06:00
16259.txt add provider ca support for approle auth-method 2023-03-03 19:29:53 +00:00
16262.txt add provider ca auth support for kubernetes 2023-03-02 22:05:40 +00:00
16263.txt [OSS] security: update go to 1.20.1 (#16263) 2023-02-17 15:04:12 -05:00
16266.txt add provider ca support for jwt file base auth 2023-03-02 20:33:06 +00:00
16274.txt [OSS] connect: Bump Envoy 1.22.5 to 1.22.7, 1.23.2 to 1.23.4, 1.24.0 to 1.24.2, add 1.25.1, remove 1.21.5 (#16274) 2023-02-15 11:45:43 -05:00
16284.txt new docs for consul and consul-k8s troubleshoot command (#16284) 2023-02-17 13:25:49 -08:00
16288.txt Improve ux to help users avoid overwriting fields of ACL tokens, roles and policies (#16288) 2023-03-01 15:00:37 -05:00
16292.txt add server side rate-limiter changelog entry (#16292) 2023-02-16 19:21:50 +00:00
16298.txt add provider ca auth-method support for azure 2023-03-01 00:07:33 +00:00
16301.txt fix: add tls config to unix socket when https is used (#16301) 2023-02-21 08:28:13 -05:00
16339.txt Fix issue with peer services incorrectly appearing as connect-enabled. (#16339) 2023-02-21 13:59:36 -06:00
16358.txt Upgrade Alpine image to 3.17 (#16358) 2023-02-22 10:09:41 -06:00
16369.txt Add changelog entry for API Gateway (Beta) (#16369) 2023-02-22 13:10:05 -06:00
16412.txt feat: update alerts to Hds::Alert component (CC-4035) (#16412) 2023-02-24 20:07:12 -08:00
16428.txt fix: ui tests run is fixed (applying class attribute twice to the hbs element caused the issue (#16428) 2023-02-24 23:46:45 -08:00
16444.txt UI: Fix rendering issue in search and lists (#16444) 2023-02-27 16:31:47 -07:00
16445.txt cli: ensure acl token read -self works (#16445) 2023-02-28 10:58:29 -06:00
16485.txt fix (cli): return error msg if acl policy not found (#16485) 2023-03-01 19:50:03 +00:00
16495.txt Add ServiceResolver RequestTimeout for route timeouts to make TerminatingGateway upstream timeouts configurable (#16495) 2023-03-03 09:37:12 -05:00
16497.txt proxycfg: ensure that an irrecoverable error in proxycfg closes the xds session and triggers a replacement proxycfg watcher (#16497) 2023-03-03 14:27:53 -06:00
16498.txt Fix issue where terminating gateway service resolvers weren't properly cleaned up (#16498) 2023-03-03 09:56:57 -05:00
16499.txt Fix resolution of service resolvers with subsets for external upstreams (#16499) 2023-03-03 14:17:11 -05:00
16506.txt Improve ux around ACL token to help users avoid overwriting node/service identities (#16506) 2023-03-06 15:00:39 +00:00
16508.txt Add some basic UI improvements for api-gateway services (#16508) 2023-03-03 16:59:04 -05:00
16512.txt NET-2903 Normalize weight for http routes (#16512) 2023-03-03 16:39:59 -05:00
16519.txt feat: update notification to use hds toast component (#16519) 2023-03-06 14:10:09 -08:00
16530.txt Follow-up fixes to consul connect envoy command (#16530) 2023-03-06 10:32:06 -05:00
16531.txt NET-2904 Fixes API Gateway Route Service Weight Division Error 2023-03-06 08:41:57 -05:00
16570.txt fix bug that can lead to peering service deletes impacting the state of local services (#16570) 2023-03-08 11:24:03 -05:00
16574.txt UI: Fix htmlsafe errors throughout the app (#16574) 2023-03-09 12:43:35 -07:00
16577.txt feat: update typography to consume hds styles (#16577) 2023-03-14 19:49:14 -07:00
16585.txt Allow HCP metrics collection for Envoy proxies 2023-03-10 13:52:54 -07:00
16592.txt Preserve CARoots when updating Vault CA configuration (#16592) 2023-03-13 17:32:59 -04:00
16647.txt Snapshot restore tests (#16647) 2023-03-18 14:43:22 -06:00
16649.txt Adds check to verify that the API Gateway is being created with at least one listener 2023-03-20 12:37:30 -04:00
16660.txt fix: add AccessorID property to PUT token request (#16660) 2023-03-16 18:57:59 -07:00
16661.txt [API Gateway] Fix invalid cluster causing gateway programming delay (#16661) 2023-03-17 13:31:04 -04:00
16673.txt peering: peering partition failover fixes (#16673) 2023-03-20 10:00:29 -07:00
16700.txt Changelog for audit logging fix. (#16700) 2023-03-22 13:06:53 -07:00
16729.txt fix bug where pqs that failover to a cluster peer dont un-fail over (#16729) 2023-03-22 09:24:13 -04:00
16754.txt Bump the golang.org/x/net to 0.7.0 to address CVE-2022-41723 (#16754) 2023-04-18 17:31:08 +00:00
16776.txt Allow dialer to re-establish terminated peering (#16776) 2023-04-03 12:07:45 -06:00
16781.txt Fix struct tags for TCPService enterprise meta (#16781) 2023-03-27 16:17:04 +00:00
16789.txt Update normalization of route refs (#16789) 2023-03-28 11:23:49 -04:00
16818.txt Revert "cache: refactor agent cache fetching to prevent unnecessary f… (#16818) (#17046) 2023-04-19 13:17:21 -05:00
16871.txt Memdb Txn Commit race condition fix (#16871) 2023-04-12 13:18:01 -04:00
16877.txt Wasm Envoy HTTP extension (#16877) 2023-04-06 14:12:07 -07:00
16889.txt Update list of Envoy versions (#16889) 2023-04-12 17:43:15 -04:00
16916.txt Update HCP bootstrapping to support existing clusters (#16916) 2023-04-27 22:27:39 +02:00
16957.txt Remove deprecated service-defaults upstream behavior. (#16957) 2023-04-11 10:20:33 -05:00
17035.txt Permissive mTLS (#17035) 2023-04-19 14:45:00 -05:00
17048.txt Avoid decoding nil pointer in map walker (#17048) 2023-04-19 10:23:38 -07:00
17066.txt Remove artificial ACLTokenMaxTTL limit for configuring acl token expiry (#17066) 2023-04-28 10:57:30 -05:00
17081.txt Bump raft to 1.5.0 (#17081) 2023-04-21 20:13:55 +01:00
17115.txt APIGW: Update how status conditions for certificates are handled (#17115) 2023-04-27 15:54:44 +00:00
17138.txt enable auto-tidy expired issuers in vault (as CA) 2023-05-03 20:30:37 +00:00
17179.txt peering: ensure that merged central configs of peered upstreams for partitioned downstreams work (#17179) 2023-04-28 12:36:08 -05:00
17183.txt Permissive mTLS: Config entry filtering and CLI warnings (#17183) 2023-04-28 12:51:36 -05:00
17185.txt fix panic in `injectSANMatcher` when `tlsContext` is `nil` (#17185) 2023-04-28 16:27:57 -04:00
17235.txt Fix issue with peer stream node cleanup. (#17235) 2023-05-08 13:13:25 -05:00
17236.txt snapshot: some improvments to the snapshot process (#17236) 2023-05-09 15:28:52 -04:00
17240.txt security: update go version to 1.20.4 (#17240) 2023-05-08 11:57:11 -06:00
17241.txt Fix multiple issues related to proxycfg health queries. (#17241) 2023-05-09 12:37:58 -05:00
17270.txt grpc: ensure grpc resolver correctly uses lan/wan addresses on servers (#17270) 2023-05-11 11:08:57 -05:00
_619.txt
_666.txt
_683.txt
_745.txt
_795.txt
_855.txt
_907.txt
_917.txt
_923.txt
_938.txt
_1085.txt
_1093.txt
_1200.txt
_1238.txt
_1292.txt
_1321.txt
_1328.txt
_1330.txt
_1368.txt
_1424.txt
_1502.txt
_1563.txt
_1595.txt
_1679.txt
_1728.txt
_1737.txt
_2271.txt
_3550.txt Add changelog (#15327) 2022-11-14 11:23:02 -05:00
_3556.txt Add changelog for snapshot agent updates (#15516) 2022-11-22 06:11:46 -08:00
_3557.txt Consul 1.14 post-release updates (#15382) 2022-11-15 14:22:43 -06:00
_3729.txt [OSS] Add boilerplate for proto files implementing BlockableQuery (#15554) 2022-11-25 15:46:56 -05:00
_3783.txt added changelog for enterprise only change (#15621) 2022-11-30 11:39:20 -08:00
_3846.txt docs: update changelog from 1.14.3, 1.13.5, 1.12.8 (#15804) 2022-12-14 18:47:35 -05:00
_4696.txt Fix issue with trust bundle read ACL check. (#16630) 2023-03-14 12:24:33 -05:00
_4734.txt add order by locality failover to Consul enterprise (#16791) 2023-03-30 10:08:38 -04:00
_4821.txt changes to support new PQ enterprise fields (#16793) 2023-03-27 15:40:49 -07:00
_4832.txt Change partition for peers in discovery chain targets (#16769) 2023-03-24 15:40:19 -05:00
_8621.txt
_8825.txt
_8984.txt
_12855.txt
_16677.txt Fix route subscription when using namespaces (#16677) 2023-03-20 12:42:30 -04:00
_releases-111.txt
changelog.tmpl
note.tmpl