Commit Graph

19922 Commits (fdffac5acca96519744b1eddb3e280b43bfd595b)

Author SHA1 Message Date
hc-github-team-consul-core fdffac5acc
Backport of add some initial CODEOWNERS into release/1.15.x (#18374)
backport of commit 7cd00e75d3

Co-authored-by: R.B. Boyer <rb@hashicorp.com>
2023-08-03 21:43:15 +00:00
hc-github-team-consul-core fae68445cb
Backport of Fix policy lookup to allow for slashes into release/1.15.x (#18371)
* backport of commit 1a9cded960

* backport of commit cfec746d8b

* backport of commit 8a9db4cffc

* backport of commit ac13bf16d6

---------

Co-authored-by: Jeremy Jacobson <jeremy.jacobson@hashicorp.com>
2023-08-03 20:45:15 +00:00
hc-github-team-consul-core 78f6df469c
Backport of [NET-5146] security: Update Go version to 1.20.7 and `x/net` to 0.13.0 into release/1.15.x (#18362)
backport of commit 905e371607

Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
2023-08-02 19:05:45 +00:00
Ashvitha 1fcd7747d2
Backport of [HCP Telemetry] Periodic Refresh for Dynamic Telemetry Configuration into release/1.15.x (#18360)
[HCP Telemetry] Periodic Refresh for Dynamic Telemetry Configuration (#18168)

* OTElExporter now uses an EndpointProvider to discover the endpoint

* OTELSink uses a ConfigProvider to obtain filters and labels configuration

* improve tests for otel_sink

* Regex logic is moved into client for a method on the TelemetryConfig object

* Create a telemetry_config_provider and update deps to use it

* Fix conversion

* fix import newline

* Add logger to hcp client and move telemetry_config out of the client.go file

* Add a telemetry_config.go to refactor client.go

* Update deps

* update hcp deps test

* Modify telemetry_config_providers

* Check for nil filters

* PR review updates

* Fix comments and move around pieces

* Fix comments

* Remove context from client struct

* Moved ctx out of sink struct and fixed filters, added a test

* Remove named imports, use errors.New if not fformatting

* Remove HCP dependencies in telemetry package

* Add success metric and move lock only to grab the t.cfgHahs

* Update hash

* fix nits

* Create an equals method and add tests

* Improve telemetry_config_provider.go tests

* Add race test

* Add missing godoc

* Remove mock for MetricsClient

* Avoid goroutine test panics

* trying to kick CI lint issues by upgrading mod

* imprve test code and add hasher for testing

* Use structure logging for filters, fix error constants, and default to allow all regex

* removed hashin and modify logic to simplify

* Improve race test and fix PR feedback by removing hash equals and avoid testing the timer.Ticker logic, and instead unit test

* Ran make go-mod-tidy

* Use errtypes in the test

* Add changelog

* add safety check for exporter endpoint

* remove require.Contains by using error types, fix structure logging, and fix success metric typo in exporter

* Fixed race test to have changing config values

* Send success metric before modifying config

* Avoid the defer and move the success metric under
2023-08-02 13:38:00 -04:00
hc-github-team-consul-core 1f07e1bd26
Backport of NET-4240 - Snapshots are failing on Windows into release/1.15.x (#18355)
* backport of commit 7f0a3db505

* backport of commit ea350bff0d

* cherry-pick

* go mod tidy

---------

Co-authored-by: absolutelightning <ashesh.vidyut@hashicorp.com>
Co-authored-by: Ashesh Vidyut <134911583+absolutelightning@users.noreply.github.com>
2023-08-02 13:40:52 +05:30
hc-github-team-consul-core 30a16232e9
Backport of [CC-5719] Add support for builtin global-read-only policy into release/1.15.x (#18344)
[CC-5719] Add support for builtin global-read-only policy (#18319)

* [CC-5719] Add support for builtin global-read-only policy

* Add changelog

* Add read-only to docs

* Fix some minor issues.

* Change from ReplaceAll to Sprintf

* Change IsValidPolicy name to return an error instead of bool

* Fix PolicyList test

* Fix other tests

* Apply suggestions from code review



* Fix state store test for policy list.

* Fix naming issues

* Update acl/validation.go



* Update agent/consul/acl_endpoint.go

---------

Co-authored-by: Jeremy Jacobson <jjacobson93@users.noreply.github.com>
Co-authored-by: Paul Glass <pglass@hashicorp.com>
Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com>
2023-08-01 21:42:12 +00:00
hc-github-team-consul-core 39ed6a77c5
Backport of fix typo in create a mesh token docs into release/1.15.x (#18340)
backport of commit ae87778947

Co-authored-by: Ronald Ekambi <ronekambi@gmail.com>
2023-08-01 14:37:42 +00:00
Michael Zalimeni 85e011531c
Fix utilization reporting docs sync (#18313)
Ensure that all release branches are aligned on content.

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-07-27 14:14:53 -04:00
Jeremy Jacobson 1cdb1d5b61
Backport of [CC-5718] Remove HCP token requirement during bootstrap (#18288)
[CC-5718] Remove HCP token requirement during bootstrap
2023-07-27 09:28:25 -07:00
hc-github-team-consul-core 8dd9624352
Backport of [NET-4904] Update list of Envoy versions in docs into release/1.15.x (#18310)
Update list of Envoy versions in docs

Update supported Envoy versions across Consul release versions.

Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
2023-07-27 16:26:47 +00:00
Michael Zalimeni a5734755fc
[NET-4904] Update list of Envoy versions on 1.15.x (#18304)
Update list of Envoy versions

Update supported envoy versions to 1.22.11, 1.23.12, 1.24.10, 1.25.9.
2023-07-27 15:45:40 +00:00
hc-github-team-consul-core 3980a286a0
Backport of NET-5049: subscribe to bound-api-gateway only after receiving api-gateway into release/1.15.x (#18294)
* backport of commit 972b20aee7

* backport of commit 2756817142

* backport of commit 72c8f1e4db

---------

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2023-07-26 22:26:12 +00:00
hc-github-team-consul-core a359d25707
Backport of docs: Consul on Kubernetes specific upgrade info into release/1.15.x (#18286)
* backport of commit 9b02a4c147

* backport of commit 3cf5e283cc

* backport of commit ecec4c8caf

* backport of commit edee17705d

---------

Co-authored-by: boruszak <jeffrey.boruszak@hashicorp.com>
2023-07-26 14:28:13 -07:00
hc-github-team-consul-core 6ed91b70c9
Backport of Update K8s changelog to address cloud auto-join change in 1.0.0 into release/1.15.x (#18297)
backport of commit 1584728c3b

Co-authored-by: Paul Glass <pglass@hashicorp.com>
2023-07-26 21:09:14 +00:00
cskh e9615bfa59
Backport of member cli: add -filter expression to flags into release/1.15.x (#18279)
member cli: add -filter expression to flags
2023-07-25 16:23:22 -04:00
hc-github-team-consul-core 3fc13681ff
Backport of go-tests: disable s390x into release/1.15.x (#18277)
backport of commit 785f10ed12

Co-authored-by: Dan Bond <danbond@protonmail.com>
2023-07-25 18:24:00 +00:00
trujillo-adam a3721a79b8
add auto lic usage docs for 1.15 (#18267)
* add auto lic usage docs for 1.15

* commit actual file

* fix usage and typos
2023-07-24 15:46:02 -07:00
hc-github-team-consul-core 606452e2fc
Backport of NET-4897 - update comment to include the current issue url from the go team. into release/1.15.x (#18265)
backport of commit 23f0cfc2d6

Co-authored-by: John Murret <john.murret@hashicorp.com>
2023-07-24 21:45:33 +00:00
hc-github-team-consul-core 3425e655b6
Backport of NET-1825: More new ACL token creation docs into release/1.15.x (#18256)
NET-1825: More new ACL token creation docs (#18063)

Co-authored-by: Paul Glass <pglass@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-07-24 18:41:44 +00:00
hc-github-team-consul-core 4130fb4996
Backport of Revert "NET-4996 - filter go-tests and test-integration workflows from running on docs only and ui only changes" into release/1.15.x (#18252)
backport of commit 029099a635

Co-authored-by: John Murret <john.murret@hashicorp.com>
2023-07-24 16:29:22 +00:00
hc-github-team-consul-core b2feff89c9
Backport of NET-4996 - filter go-tests and test-integration workflows from running on docs only and ui only changes into release/1.15.x (#18243)
backport of commit e0c0efe682

Co-authored-by: John Murret <john.murret@hashicorp.com>
2023-07-23 19:26:03 +00:00
hc-github-team-consul-core a153588c77
Backport of [NET-4122] Doc guidance for federation with externalServers into release/1.15.x (#18232)
backport of commit c5522ca0e9

Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
2023-07-21 19:56:41 +00:00
hc-github-team-consul-core b59f512525
Backport of ci: don't verify s390x into release/1.15.x (#18225)
backport of commit 45700f1e89

Co-authored-by: Dan Bond <danbond@protonmail.com>
2023-07-21 17:20:54 +00:00
hc-github-team-consul-core 816e9116d3
Backport of Explicitly enable WebSocket upgrades into release/1.15.x (#18210)
This PR explicitly enables WebSocket upgrades in Envoy's UpgradeConfig for all
proxy types. (API Gateway, Ingress, and Sidecar.)

Fixes #8283

Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2023-07-20 14:57:48 -07:00
hc-github-team-consul-core 1ce20ea1dd
Backport of Fix Backport Assistant PR commenting into release/1.15.x (#18202)
Fix Backport Assistant PR commenting (#18200)

* Fix Backport Assistant failure PR commenting

For general comments on a PR, it looks like you have to use the `/issue`
endpoint rather than `/pulls`, which requires commit/other
review-specific target details.

This matches the endpoint used in `backport-reminder.yml`.

* Remove Backport Reminder workflow

This is noisy (even when adding multiple labels, individual comments per
label are generated), and likely no longer needed: we haven't had this
work in a long time due to an expired GH token, and we now have better
automation for backport PR assignment.

Manual backport of 1c7fcdf188.
2023-07-20 16:15:53 +00:00
hc-github-team-consul-core 22189b653e
Backport of [NET-4865] security: Update Go version to 1.20.6 into release/1.15.x (#18194)
backport of commit 93f3209a69

Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
2023-07-19 21:27:16 +00:00
hc-github-team-consul-core a799176bf1
Backport of [NET-4865] Bump golang.org/x/net to 0.12.0 into release/1.15.x (#18188)
Backport of [NET-4865] Bump golang.org/x/net to 0.12.0 into release/1.16.x (#18189)

Bump golang.org/x/net to 0.12.0

While not necessary to directly address CVE-2023-29406 (which should be
handled by using a patched version of Go when building), an
accompanying change to HTTP/2 error handling does impact agent code.

See https://go-review.googlesource.com/c/net/+/506995 for the HTTP/2
change.

Bump this dependency across our submodules as well for the sake of
potential indirect consumers of `x/net/http`.

Manual backport of 84cbf09185.
2023-07-19 16:54:33 +00:00
hc-github-team-consul-core 7a10f95a22
Backport of chore: bump upgrade integrations tests to 1.15, 116 [NET-4743] into release/1.15.x (#18147)
Co-authored-by: Nick Irvine <115657443+nfi-hashicorp@users.noreply.github.com>
2023-07-18 10:03:41 -07:00
Dhia Ayachi c940dac2a3
Fix a bug that wrongly trims domains when there is an overlap with DC name 1.15.x (#18163)
Fix a bug that wrongly trims domains when there is an overlap with DC name (#17160)

* Fix a bug that wrongly trims domains when there is an overlap with DC name

Before this change, when DC name and domain/alt-domain overlap, the domain name incorrectly trimmed from the query.

Example:

Given: datacenter = dc-test, alt-domain = test.consul.
Querying for "test-node.node.dc-test.consul" will faile, because the
code was trimming "test.consul" instead of just ".consul"

This change, fixes the issue by adding dot (.) before trimming

* trimDomain: ensure domain trimmed without modyfing original domains

* update changelog

---------

Co-authored-by: Alex Simenduev <shamil.si@gmail.com>
2023-07-18 10:03:31 -04:00
hc-github-team-consul-core e17c8f7a9a
Backport of Change docs to say 168h instead of 7d for server_rejoin_age_max into release/1.15.x (#18155)
## Backport

This PR is auto-generated from #18154 to be assessed for backporting due
to the inclusion of the label backport/1.15.



The below text is copied from the body of the original PR.

---

### Description

Addresses
https://github.com/hashicorp/consul/pull/17171#issuecomment-1636930705
 
### Testing & Reproduction steps

<!--

* In the case of bugs, describe how to replicate
* If any manual tests were done, document the steps and the conditions
to replicate
* Call out any important/ relevant unit tests, e2e tests or integration
tests you have added or are adding

-->

### Links

<!--

Include any links here that might be helpful for people reviewing your
PR (Tickets, GH issues, API docs, external benchmarks, tools docs, etc).
If there are none, feel free to delete this section.

Please be mindful not to leak any customer or confidential information.
HashiCorp employees may want to use our internal URL shortener to
obfuscate links.

-->

### PR Checklist

* [ ] updated test coverage
* [ ] external facing docs updated
* [ ] appropriate backport labels added
* [ ] not a security concern


---

<details>
<summary> Overview of commits </summary>

  - f5a6411ce7 

</details>

Co-authored-by: David Yu <dyu@hashicorp.com>
2023-07-17 17:09:50 +00:00
hc-github-team-consul-core fbfe9c435f
Backport of [NET-4897] net/http host header is now verified and request.host that contains socked now error into release/1.15.x (#18144)
## Backport

This PR is auto-generated from #18129 to be assessed for backporting due
to the inclusion of the label backport/1.15.


🚨
>**Warning** automatic cherry-pick of commits failed. If the first
commit failed,
you will see a blank no-op commit below. If at least one commit
succeeded, you
will see the cherry-picked commits up to, _not including_, the commit
where
the merge conflict occurred.

The person who merged in the original PR is:
@jmurret
This person should manually cherry-pick the original PR into a new
backport PR,
and close this one when the manual backport PR is merged in.

> merge conflict error: POST
https://api.github.com/repos/hashicorp/consul/merges: 409 Merge conflict
[]



The below text is copied from the body of the original PR.

---

### Description

This is related to https://github.com/hashicorp/consul/pull/18124 where
we pinned the go versions in CI to 1.20.5 and 1.19.10.

go 1.20.6 and 1.19.11 now validate request host headers for validity,
including the hostname cannot be prefixed with slashes.

For local communications (npipe://, unix://), the hostname is not used,
but we need valid and meaningful hostname. Prior versions go Go would
clean the host header, and strip slashes in the process, but go1.20.6
and go1.19.11 no longer do, and reject the host header. Around the
community we are seeing that others are intercepting the req.host and if
it starts with a slash or ends with .sock, they changing the host to
localhost or another dummy value.

[client: define a "dummy" hostname to use for local connections by
thaJeztah · Pull Request #45942 ·
moby/moby](https://github.com/moby/moby/pull/45942)

### Testing & Reproduction steps

Check CI tests.

### Links
* [ ] updated test coverage
* [ ] external facing docs updated
* [ ] appropriate backport labels added
* [ ] not a security concern


---

<details>
<summary> Overview of commits </summary>

- 747195f7aa -
516492420b -
f4d6ca19f8 -
a47407115e -
8c03b36e00 -
c50b17c46e -
cc8eaf8213 -
ce10138d07 -
133c7ecbf5 -
b0bd440d8f -
8f223080c0 -
f8578b0749 -
4452224d6a -
19634a4b3b

</details>

---------

Co-authored-by: temp <temp@hashicorp.com>
Co-authored-by: John Murret <john.murret@hashicorp.com>
2023-07-17 09:36:51 -06:00
hc-github-team-consul-core af21077c8d
Backport of Docs: fix unmatched bracket for health checks page into release/1.15.x (#18136)
## Backport

This PR is auto-generated from #18134 to be assessed for backporting due
to the inclusion of the label backport/1.15.



The below text is copied from the body of the original PR.

---

### Description

- Fix unmatched bracket in the
[doc](https://developer.hashicorp.com/consul/docs/services/usage/checks#ttl-check-configuration)
(see the following screenshot of the page)

<img width="618" alt="Screenshot 2023-07-13 at 9 01 19 PM"
src="https://github.com/hashicorp/consul/assets/463631/20707735-906f-4b06-999d-44e6329a9fec">


### Testing & Reproduction steps

<!--

* In the case of bugs, describe how to replicate
* If any manual tests were done, document the steps and the conditions
to replicate
* Call out any important/ relevant unit tests, e2e tests or integration
tests you have added or are adding

-->

### Links



<!--

Include any links here that might be helpful for people reviewing your
PR (Tickets, GH issues, API docs, external benchmarks, tools docs, etc).
If there are none, feel free to delete this section.

Please be mindful not to leak any customer or confidential information.
HashiCorp employees may want to use our internal URL shortener to
obfuscate links.

-->

### PR Checklist

* [ ] updated test coverage
* [ ] external facing docs updated
* [ ] appropriate backport labels added
* [ ] not a security concern


---

<details>
<summary> Overview of commits </summary>

  - d40243b3a3 

</details>

Co-authored-by: cskh <hui.kang@hashicorp.com>
2023-07-14 14:13:59 +00:00
hc-github-team-consul-core 9bd4d342eb
Backport of [NET-4895] ci - api tests and consul container tests error because of dependency bugs with go 1.20.6. Pin go to 1.20.5. into release/1.15.x (#18127)
## Backport

This PR is auto-generated from #18124 to be assessed for backporting due
to the inclusion of the label backport/1.15.


🚨
>**Warning** automatic cherry-pick of commits failed. If the first
commit failed,
you will see a blank no-op commit below. If at least one commit
succeeded, you
will see the cherry-picked commits up to, _not including_, the commit
where
the merge conflict occurred.

The person who merged in the original PR is:
@jmurret
This person should manually cherry-pick the original PR into a new
backport PR,
and close this one when the manual backport PR is merged in.

> merge conflict error: POST
https://api.github.com/repos/hashicorp/consul/merges: 409 Merge conflict
[]



The below text is copied from the body of the original PR.

---

### Description
The following jobs started failing when go 1.20.6 was released:
- `go-test-api-1-19`
- `go-test-api-1-20`
- `compatibility-integration-tests`
- `upgrade-integration-tests`

`compatibility-integration-tests` and `compatibility-integration-tests`
to this testcontainers issue:
https://github.com/testcontainers/testcontainers-go/issues/1359. This
issue calls for testcontainers to release a new version when one of
their dependencies is fixed. When that is done, we will unpin the go
versions in `compatibility-integration-tests` and
`compatibility-integration-tests`.

### Testing & Reproduction steps

See these jobs broken in CI and then see them work with this PR.


---

<details>
<summary> Overview of commits </summary>

- 747195f7aa -
516492420b -
f4d6ca19f8 -
a47407115e -
8c03b36e00 -
c50b17c46e -
7b55f66218 -
93ce5fcc61

</details>

---------

Co-authored-by: temp <temp@hashicorp.com>
Co-authored-by: John Murret <john.murret@hashicorp.com>
Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com>
2023-07-13 14:54:24 -06:00
hc-github-team-consul-core f8760eeacf
backport of commit 5403b62315 (#18122)
Co-authored-by: nv-hashi <80716011+nv-hashi@users.noreply.github.com>
2023-07-13 02:10:02 +00:00
hc-github-team-consul-core 4582260281
ci: build s390x (#18117)
Co-authored-by: Dan Bond <danbond@protonmail.com>
2023-07-12 17:00:18 -07:00
hc-github-team-consul-core 1bbf911e2c
backport of commit b9b58ec763 (#18109)
Co-authored-by: John Murret <john.murret@hashicorp.com>
2023-07-12 17:26:45 +00:00
hc-github-team-consul-core 3f475dedf7
Backport of Docs for dataplane upgrade on k8s into release/1.15.x (#18104)
* backport of commit 0d7bee8adc

* backport of commit 408cbe8ae0

* backport of commit a0854784dc

* backport of commit 71c4c6564f

* backport of commit 0c060fa2ba

---------

Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
Co-authored-by: David Yu <dyu@hashicorp.com>
2023-07-12 17:11:54 +00:00
hc-github-team-consul-core 40fd64b60d
Backport of ci: use gotestsum v1.10.1 [NET-4042] into release/1.15.x (#18093)
Co-authored-by: Nick Irvine <115657443+nfi-hashicorp@users.noreply.github.com>
2023-07-12 09:57:56 -07:00
hc-github-team-consul-core c8a6121eba
Backport of Passes configured role name to Vault for AWS auth in Connect CA into release/1.15.x (#18098)
* backport of commit 4034bb2b3e

* backport of commit 9c4c3c50f0

* backport of commit 7282078993

---------

Co-authored-by: Tom Davies <thomas.23.davies@bt.com>
2023-07-12 16:36:28 +00:00
hc-github-team-consul-core 49f628359d
backport of commit 4669c09db2 (#18073)
Co-authored-by: Krastin Krastev <krastin@hashicorp.com>
2023-07-12 12:43:18 +03:00
hc-github-team-consul-core fc52598d55
Backport of Fix a couple typos in Agent Telemetry Metrics docs into release/1.15.x (#18083)
* backport of commit 58ef5fdd8f

* backport of commit 857427ae8c

---------

Co-authored-by: josh <josh.timmons@hashicorp.com>
2023-07-11 20:35:43 +00:00
hc-github-team-consul-core 9c4861bb93
Backport of [OSS] Fix initial_fetch_timeout to wait for all xDS resources into release/1.15.x (#18064)
* fix(connect): set initial_fetch_time to wait indefinitely

* changelog

* PR feedback 1

---------

Co-authored-by: DanStough <dan.stough@hashicorp.com>
2023-07-10 17:43:45 -04:00
David Yu e261d0a25a
docs - helm consul k8s 1.1.x helm chart reference (#18057)
* add helm chart changes
* ran again with updated values
Co-authored-by: Dan Stough <dan.stough@hashicorp.com>
2023-07-10 12:39:58 -07:00
hc-github-team-consul-core b7563515ce
Backport of Fix removed service-to-service peering links into release/1.15.x (#18018)
* no-op commit due to failed cherry-picking

* Fix removed service-to-service peering links (#17221)

* docs: fix removed service-to-service peering links

* docs: extend peering-via-mesh-gateways intro (thanks @trujillo-adam)

---------

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>

---------

Co-authored-by: temp <temp@hashicorp.com>
Co-authored-by: Michael Hofer <karras@users.noreply.github.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-07-07 15:12:49 -07:00
hc-github-team-consul-core 2a6e0848cf
Backport of docs - add jobs use case for service mesh k8s into release/1.15.x (#18042)
* manually resolve conflicts
* remove extraneous heading
* address feedback

---------

Co-authored-by: temp <temp@hashicorp.com>
Co-authored-by: David Yu <dyu@hashicorp.com>
2023-07-07 10:26:56 -07:00
hc-github-team-consul-core 4d460a8b7d
Backport of docs - add service sync annotations and k8s service weight annotation into release/1.15.x (#18039)
* backport of commit e1bf428494

* backport of commit ddf214e638

* backport of commit e41bd9c4e3

* backport of commit b9cfc86e14

* backport of commit 0ddf013d6c

* backport of commit 1b0b513b05

* backport of commit 29442ad641

* backport of commit 5e7ddf5c7e

* backport of commit f2b6fa7b43

* backport of commit 83b84a985a

* backport of commit 56d81738cc

* backport of commit 0ab44f06c7

* backport of commit 69c99fbccb

* backport of commit b79e1245c1

* backport of commit fb1441976b

* backport of commit 3b7b2a0424

---------

Co-authored-by: David Yu <dyu@hashicorp.com>
2023-07-06 20:50:18 +00:00
hc-github-team-consul-core e1b6f23787
backport of commit 4b1ed38b41 (#18025)
Co-authored-by: J.C. Jones <jc@letsencrypt.org>
2023-07-05 15:24:17 -07:00
hc-github-team-consul-core a741e94173
Backport of [OSS] Improve Gateway Test Coverage of Catalog Health into release/1.15.x (#18013)
* backport of commit 954bd6ab1f

* backport of commit 85c32d8f2e

* backport of commit 7ea3d622d7

* backport of commit 127ae69c6d

* backport of commit e04099b6cd

* fix import

---------

Co-authored-by: DanStough <dan.stough@hashicorp.com>
2023-07-05 16:58:39 -04:00
Derek Menteer 77014793b4
Manual backport of #17894. (#18008) 2023-07-05 09:49:00 -05:00
hc-github-team-consul-core 3011885ad8
backport of commit f6df37444b (#17994)
Co-authored-by: Evan Phoenix <evan@phx.io>
2023-07-01 02:15:30 +00:00