open-consul/agent/submatview
Dan Upton 34140ff3e0
grpc: rename public/private directories to external/internal (#13721)
Previously, public referred to gRPC services that are both exposed on
the dedicated gRPC port and have their definitions in the proto-public
directory (so were considered usable by 3rd parties). Whereas private
referred to services on the multiplexed server port that are only usable
by agents and other servers.

Now, we're splitting these definitions, such that external/internal
refers to the port and public/private refers to whether they can be used
by 3rd parties.

This is necessary because the peering replication API needs to be
exposed on the dedicated port, but is not (yet) suitable for use by 3rd
parties.
2022-07-13 16:33:48 +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 grpc: rename public/private directories to external/internal (#13721) 2022-07-13 16:33:48 +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