Controlling Access IP for Dataiku Design Node

Hello,
How can I control the access IP addresses for the Dataiku design node? For example, I want to allow access only from the office and block access from home after work hours. I'm also curious if the method differs between a Dataiku managed cloud instance and an on-premise installation.
Thanks,
Sangcheul
Operating system used: Linux
Operating system used: Linux
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,288 Dataiker
Hi Sangcheul,
For Dataiku Cloud, you can use the extension "IP Allow List" from the launchpad and add CIDR blocks for IPs to allow access to Dataiku Cloud instances.
For On-prem instances, you can apply various methods to restrict access based on the source IP.
Only use private IP /DNS to the DSS instance, requiring a VPN connection to connect to Dataiku.
Use a Firewall/Reverse Proxy that filters IPs
For Public Cloud deployments, you can use Security Groups.
Thanks