open-consul/agent/submatview
Daniel Upton 497df1ca3b proxycfg: server-local config entry data sources
This is the OSS portion of enterprise PR 2056.

This commit provides server-local implementations of the proxycfg.ConfigEntry
and proxycfg.ConfigEntryList interfaces, that source data from streaming events.

It makes use of the LocalMaterializer type introduced for peering replication,
adding the necessary support for authorization.

It also adds support for "wildcard" subscriptions (within a topic) to the event
publisher, as this is needed to fetch service-resolvers for all services when
configuring mesh gateways.

Currently, events will be emitted for just the ingress-gateway, service-resolver,
and mesh config entry types, as these are the only entries required by proxycfg
— the events will be emitted on topics named IngressGateway, ServiceResolver,
and MeshConfig topics respectively.

Though these events will only be consumed "locally" for now, they can also be
consumed via the gRPC endpoint (confirmed using grpcurl) so using them from
client agents should be a case of swapping the LocalMaterializer for an
RPCMaterializer.
2022-07-04 10:48:36 +01:00
..
handler.go submatview: remove method receiver from handlers 2020-10-06 13:22:02 -04:00
local_materializer.go proxycfg: server-local config entry data sources 2022-07-04 10:48:36 +01:00
local_materializer_test.go proxycfg: server-local config entry data sources 2022-07-04 10:48:36 +01:00
materializer.go proxycfg: server-local config entry data sources 2022-07-04 10:48:36 +01:00
mock_ACLResolver.go proxycfg: server-local config entry data sources 2022-07-04 10:48:36 +01:00
rpc_materializer.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
store.go proxycfg: remove dependency on `cache.UpdateEvent` (#13144) 2022-05-20 15:47:40 +01:00
store_integration_test.go proxycfg: server-local config entry data sources 2022-07-04 10:48:36 +01:00
store_test.go proxycfg: server-local config entry data sources 2022-07-04 10:48:36 +01:00
streaming_test.go proxycfg: server-local config entry data sources 2022-07-04 10:48:36 +01:00