IP Access List

Let me in!

Each new Hydrolix cluster is created with network IP access restrictions that limit connectivity to the systems end-points (Config API, Ingest Streaming API, Query API).

To enable public accessibility you can use the following command:

👍

hdxctl update <clientId> <clusterId> --ip-allowlist "0.0.0.0/0"

For example:

$ hdxctl update hdxcli-12345678 hdx-abcdefgh --ip-allowlist "0.0.0.0/0"

If you would like to be a little more specific in which IP's you allow access too you can specify CIDR groups that have access.

👍

hdxctl update <client_id> <cluster_id> --ip-allowlist "CIDR IP1" --ip-allowlist "CIDR IP2"

For example:

$hdxctl update hdxcli-12345678 hdx-abcdefgh --ip-allowlist "111.222.333.444/32"  --ip-allowlist "444.333.222.1111/32"

The Final Step

You should have received an email that will now allow you to set a password and login. If you do not receive this email, please feel free to contact us at [email protected] and we'll happily assist you.