add TLS datasources requirements

This commit is contained in:
Grégory Lebreton 2024-05-02 22:50:55 +02:00
parent 0541c7df50
commit dfa358f404

View File

@ -152,7 +152,12 @@ server {
#### GRAFANA #### GRAFANA
Ajouter une datasource en entrant l'URI du serveur Loki ainsi que le certificat (/etc/loki/cert/ca.crt) Configurer:
- l'URI du serveur Loki
- Le certificat CA (/etc/loki/cert/ca.crt)
- Le certificat client (/etc/loki/cert/server.crt)
- La clé client (/etc/loki/cert/server.key)
![AJOUT DATASOURCE](docs/datasource.png) ![AJOUT DATASOURCE](docs/datasource.png)