From f0c31c900a2fe4543ad9cbbe26f404b1454832b7 Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Tue, 12 Oct 2021 21:50:07 -0400 Subject: [PATCH] Add note about Grafana certificate Some environments may experience failure as Grafana graphs will silently fail to display due to an unverified TLS certificate for the Grafana server. Add a note about this and how to overcome it. Change-Id: I29ec8d63a50b31268129f7717f4931fc75d53d59 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2d81704..f28cfba 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ add a relation to Vault (the grafana charm also supports TLS configuration via juju add-relation grafana:certificates vault:certificates +> **Important**: Ceph Dashboard will (silently) fail to display Grafana output + if the client browser cannot validate the Grafana server's TLS certificate. + Either ensure the signing CA certificate is known to the browser or, if in a + testing environment, contact the Grafana dashboard directly and have the + browser accept the unverified certificate. + Grafana should be configured with the following charm options: juju config grafana anonymous=True