mirror of https://github.com/status-im/consul.git
653b8c4f9d
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. |
||
---|---|---|
.. | ||
handler.go | ||
local_materializer.go | ||
local_materializer_test.go | ||
materializer.go | ||
mock_ACLResolver.go | ||
rpc_materializer.go | ||
store.go | ||
store_integration_test.go | ||
store_test.go | ||
streaming_test.go |