Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OSS] more server-local proxycfg data sources #13722

Merged
merged 7 commits into from
Jul 14, 2022

Conversation

boxofrad
Copy link
Contributor

Description

This PR contains the OSS portions of enterprise PRs 2236, 2242, 2249, 2250, 2259, and 2265 - batched up for ease of review/merging. The changes have been reviewed in the enterprise repo.

Testing & Reproduction steps

  • Run the Envoy integration tests 🪄

@boxofrad boxofrad requested a review from mkeeler July 12, 2022 10:48
@boxofrad boxofrad force-pushed the boxofrad/2022-07-12-data-source-merge branch 4 times, most recently from 6967fbe to 507f237 Compare July 14, 2022 09:58
This is the OSS portion of enterprise PR 2236.

Adds a local blocking query-based implementation of the proxycfg.CompiledDiscoveryChain interface.
This is the OSS portion of enterprise PR 2242.

This PR introduces a server-local implementation of the proxycfg.ServiceList
interface, backed by streaming events and a local materializer.
This is the OSS portion of enterprise PR 2249.

This PR introduces an implementation of the proxycfg.Health interface based on a
local materialized view of the health events.

It reuses the view and request machinery from agent/rpcclient/health, which made
it super straightforward.
…tBundleList`

This is the OSS portion of enterprise PR 2250.

This PR provides server-local implementations of the proxycfg.TrustBundle and
proxycfg.TrustBundleList interfaces, based on local blocking queries.
This is the OSS portion of enterprise PR 2259.

This PR provides a server-local implementation of the proxycfg.GatewayServices
interface based on blocking queries.
…hGateways`

This is the OSS portion of enterprise PR 2265.

This PR provides a server-local implementation of the
proxycfg.FederationStateListMeshGateways interface based on blocking queries.
@boxofrad boxofrad force-pushed the boxofrad/2022-07-12-data-source-merge branch from 507f237 to eef3853 Compare July 14, 2022 17:02
@boxofrad boxofrad merged commit 363d855 into main Jul 14, 2022
@boxofrad boxofrad deleted the boxofrad/2022-07-12-data-source-merge branch July 14, 2022 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants