IP Whitelisting
Motivation
When you want to have access to some HephIA ressources as Client (DSLab) or Mongo database, your public IP address should be registred. You can get that going to this url: https://whatismyipaddress.com/?u=TRUE
How to do that?
In the console
Register an IP address means adding it in the IP range of the ==VPC Network firewall== rule called allow-hephia. You can access this through this link. You’ll have this screen, then you click on ==allow-hephia==.

Then, click on edit and add the IP address to the input field Source IPv4 ranges.

In python
TODO