Securing InfluxDB
To secure the InfluxDB server and its client connections, complete this task.
Procedure
-
Obtain and install a certificate and private key for the InfluxDB server.
Ensure that the private key file is protected from unauthorized access.
InfluxDB uses this certificate to identify itself to its clients, including Grafana, and the realm server.
-
Configure InfluxDB to for secure connections from its clients.
-
In a text editor, open the configuration file
influxdb.conf.
The script that starts the FTL monitoring components uses the file in the location
FTL_HOME/monitoring/influxdb/etc/influxdb/influxdb.conf.
If you start the InfluxDB server independently, modify the corresponding configuration file in the appropriate location.
-
Locate the
http section.
-
Set
https-enabled=true.
-
Set
https-certificate to the location of the InfluxDB server's certificate.
-
Set
https-private-key to the location of the InfluxDB server's key file.
For details see InfluxDB documentation.
-
Restart InfluxDB server.
Copyright © Cloud Software Group, Inc. All rights reserved.