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
This commit is contained in:
parent
93f62a9d93
commit
f0c31c900a
@ -77,6 +77,12 @@ add a relation to Vault (the grafana charm also supports TLS configuration via
|
|||||||
|
|
||||||
juju add-relation grafana:certificates vault:certificates
|
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:
|
Grafana should be configured with the following charm options:
|
||||||
|
|
||||||
juju config grafana anonymous=True
|
juju config grafana anonymous=True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user