open-consul/agent/consul/state
R.B. Boyer bc10055edc
peering: replicate expected SNI, SPIFFE, and service protocol to peers (#13218)
The importing peer will need to know what SNI and SPIFFE name
corresponds to each exported service. Additionally it will need to know
at a high level the protocol in use (L4/L7) to generate the appropriate
connection pool and local metrics.

For replicated connect synthetic entities we edit the `Connect{}` part
of a `NodeService` to have a new section:

    {
      "PeerMeta": {
        "SNI": [
          "web.default.default.owt.external.183150d5-1033-3672-c426-c29205a576b8.consul"
        ],
        "SpiffeID": [
          "spiffe://183150d5-1033-3672-c426-c29205a576b8.consul/ns/default/dc/dc1/svc/web"
        ],
        "Protocol": "tcp"
      }
    }

This data is then replicated and saved as-is at the importing side. Both
SNI and SpiffeID are slices for now until I can be sure we don't need
them for how mesh gateways will ultimately work.
2022-05-25 12:37:44 -05:00
..
acl.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
acl_events.go convert indexSecret to the new index (#11007) 2021-09-10 09:10:11 -04:00
acl_events_test.go
acl_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
acl_oss_test.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
acl_schema.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
acl_test.go remove gogo from acl protobufs 2022-03-28 16:20:56 -04:00
autopilot.go
autopilot_test.go
catalog.go peering: add store.PeeringsForService implementation (#12957) 2022-05-06 12:35:31 -07:00
catalog_events.go agent: allow for service discovery queries involving peer name to use streaming (#13168) 2022-05-20 15:27:01 -05:00
catalog_events_oss.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
catalog_events_oss_test.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
catalog_events_test.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
catalog_oss.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
catalog_oss_test.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
catalog_schema.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
catalog_test.go remove remaining shim runStep functions (#13015) 2022-05-10 16:24:45 -05:00
config_entry.go peering: replicate discovery chains information to importing peers 2022-05-19 14:21:44 -05:00
config_entry_intention.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
config_entry_intention_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
config_entry_oss.go peering: add store.PeeringsForService implementation (#12957) 2022-05-06 12:35:31 -07:00
config_entry_oss_test.go peering: add store.PeeringsForService implementation (#12957) 2022-05-06 12:35:31 -07:00
config_entry_schema.go state: remove unnecessary kind index 2021-04-15 17:37:28 -04:00
config_entry_test.go configentry: make a new package to hold shared config entry structs that aren't used for RPC or the FSM (#12384) 2022-02-22 10:36:36 -06:00
connect_ca.go streaming: emit events when Connect CA Roots change (#12590) 2022-03-22 19:13:59 +00:00
connect_ca_events.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
connect_ca_events_test.go Move to using a shared EventPublisher (#12673) 2022-04-12 09:47:42 -04:00
connect_ca_test.go Bump go-control-plane 2022-03-30 13:11:27 -04:00
coordinate.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
coordinate_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
coordinate_oss_test.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
coordinate_test.go add general runstep test helper instead of copying it all over the place (#13013) 2022-05-10 15:25:51 -05:00
delay_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
delay_test.go
federation_state.go
graveyard.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
graveyard_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
graveyard_test.go KV state store refactoring and partitioning (#11510) 2021-11-08 09:35:56 -05:00
index_connect_test.go
indexer.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
intention.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
intention_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
intention_test.go bulk rewrite using this script 2022-01-20 10:46:23 -06:00
kvs.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
kvs_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
kvs_oss_test.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
kvs_test.go KV state store refactoring and partitioning (#11510) 2021-11-08 09:35:56 -05:00
memdb.go Move to using a shared EventPublisher (#12673) 2022-04-12 09:47:42 -04:00
operations_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
peering.go peering: replicate expected SNI, SPIFFE, and service protocol to peers (#13218) 2022-05-25 12:37:44 -05:00
peering_oss.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
peering_test.go peering: replicate expected SNI, SPIFFE, and service protocol to peers (#13218) 2022-05-25 12:37:44 -05:00
prepared_query.go refactor session state store tables to use the new index pattern (#11525) 2021-11-08 16:20:50 -05:00
prepared_query_index.go
prepared_query_index_test.go
prepared_query_test.go [OSS] Remove remaining references to master (#11827) 2022-01-20 12:47:50 +00:00
query.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
query_oss.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
schema.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
schema_oss.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
schema_oss_test.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
schema_test.go Add a new table to query service names by kind 2021-12-03 17:28:12 -07:00
session.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
session_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
session_test.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
state_store.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
state_store_oss_test.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
state_store_test.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
store_integration_test.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
system_metadata.go use const instead of literals for `tableIndex` (#11039) 2021-09-15 10:24:04 -04:00
system_metadata_test.go
tombstone_gc.go
tombstone_gc_test.go
txn.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
txn_test.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
usage.go Replace fmt.Sprintf with function 2021-10-11 12:43:38 -05:00
usage_oss.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
usage_test.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00