After you create a Lindorm Time Series Database (TSDB) instance, configure the IP address whitelist to specify which IP addresses can access the instance. A whitelist ensures that your TSDB instance can be accessed in a secure manner.
Prerequisites
Before you begin, ensure that you have:
A TSDB instance
Configure the IP address whitelist
Log on to the TSDB console. The Instances page appears.
Find the instance and click Manage in the Actions column. The Instance Details page appears.
In the IP Address Whitelist section, click Modify IP Address Whitelist.
In the Modify IP Address Whitelist dialog box, enter the IP addresses to allow and click OK. To add multiple IP addresses, separate them with commas (
,) with no spaces — for example:192.168.1.1,10.0.0.1.WarningSetting the whitelist to
0.0.0.0/0allows connections from all IP addresses. This setting poses security risks to your database instance. We recommend that you take note of the security risks and the precautions before you configure this setting.NoteSetting the whitelist to
127.0.0.1blocks all IP addresses from accessing the instance.
After the whitelist is saved, only servers with IP addresses in the whitelist can connect to the TSDB instance.