linkerd2/viz/metrics-api
Alex Leong 320df9e69a
Add CA certs to metrics-api container (#5972)
Fixes #5966 
Fixes #5955 

The metrics-api container in the Viz extension does not have the default set of system CA certificates installed.  This means that it will fail to validate the certificate of an external prometheus serverd over https.

We add install default CA certs into the container.

Signed-off-by: Alex Leong <alex@buoyant.io>
2021-03-30 09:26:40 -07:00
..
client Remove linkerd prefix from extension resources (#5803) 2021-02-25 11:01:31 -05:00
cmd Extract from public-api all the Prometheus dependencies, and moves things into a new viz component 'linkerd-metrics-api' (#5560) 2021-01-21 18:26:38 -05:00
gen/viz Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
proto Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
util update go.mod and docker images to go 1.16.2 (#5890) 2021-03-15 11:20:16 -05:00
Dockerfile Add CA certs to metrics-api container (#5972) 2021-03-30 09:26:40 -07:00
edges.go Extract from public-api all the Prometheus dependencies, and moves things into a new viz component 'linkerd-metrics-api' (#5560) 2021-01-21 18:26:38 -05:00
edges_test.go Extract from public-api all the Prometheus dependencies, and moves things into a new viz component 'linkerd-metrics-api' (#5560) 2021-01-21 18:26:38 -05:00
gateways.go Add peer label to TCP read and write stat queries (#5903) 2021-03-26 13:36:30 -04:00
grpc_server.go Simplify SelfCheck API (#5665) 2021-02-05 10:13:45 -05:00
grpc_server_test.go Extract from public-api all the Prometheus dependencies, and moves things into a new viz component 'linkerd-metrics-api' (#5560) 2021-01-21 18:26:38 -05:00
http_server.go Simplify SelfCheck API (#5665) 2021-02-05 10:13:45 -05:00
http_server_test.go Simplify SelfCheck API (#5665) 2021-02-05 10:13:45 -05:00
prometheus.go Add peer label to TCP read and write stat queries (#5903) 2021-03-26 13:36:30 -04:00
stat_summary.go Add peer label to TCP read and write stat queries (#5903) 2021-03-26 13:36:30 -04:00
stat_summary_test.go Add peer label to TCP read and write stat queries (#5903) 2021-03-26 13:36:30 -04:00
test_helper.go Simplify SelfCheck API (#5665) 2021-02-05 10:13:45 -05:00
top_routes.go Add peer label to TCP read and write stat queries (#5903) 2021-03-26 13:36:30 -04:00
top_routes_test.go Extract from public-api all the Prometheus dependencies, and moves things into a new viz component 'linkerd-metrics-api' (#5560) 2021-01-21 18:26:38 -05:00