open-consul/agent/rpcclient/health
Riddhi Shah e5f1d8dce4
Add support for merge-central-config query param (#13001)
Adds a new query param merge-central-config for use with the below endpoints:

/catalog/service/:service
/catalog/connect/:service
/health/service/:service
/health/connect/:service

If set on the request, the response will include a fully resolved service definition which is merged with the proxy-defaults/global and service-defaults/:service config entries (on-demand style). This is useful to view the full service definition for a mesh service (connect-proxy kind or gateway kind) which might not be merged before being written into the catalog (example: in case of services in the agentless model).
2022-05-25 13:20:17 -07:00
..
health.go Add support for merge-central-config query param (#13001) 2022-05-25 13:20:17 -07:00
health_test.go Add support for merge-central-config query param (#13001) 2022-05-25 13:20:17 -07:00
streaming_test.go rpcclient/health: convert tests to the new submatview.Store interface 2021-04-27 19:03:17 -04:00
view.go agent: allow for service discovery queries involving peer name to use streaming (#13168) 2022-05-20 15:27:01 -05:00
view_test.go agent: allow for service discovery queries involving peer name to use streaming (#13168) 2022-05-20 15:27:01 -05:00