There's a TLS error tls: failed to verify certificate: x509: certificate signed by unknown authority.
All scrape targets in the test are behind TLS, but only grafana fails:
Perhaps this is related to the grafana 9 vs grafana 10 ingress+redirect issue. Could retry after grafana 9.5.3 rock is published by oci-factory, and grafana metadata update to point there.
Description
Integrations tests keep failing on
https://github.com/canonical/cos-lite-bundle/blob/83a5062d0b87aa8a301d990a34acf1055b60a21d/tests/integration/test_bundle.py#L248-L250
because prometheus fails to scrape grafana
Potential issue
There's a TLS error
tls: failed to verify certificate: x509: certificate signed by unknown authority
. All scrape targets in the test are behind TLS, but only grafana fails:Perhaps this is related to the grafana 9 vs grafana 10 ingress+redirect issue. Could retry after grafana 9.5.3 rock is published by oci-factory, and grafana metadata update to point there.