Hi,
As we are not cloud connected yet, is there a way to allow access to Dashboards and Cube via gRPC for some IPs, and limit it to Dashboards only for other IPs?
I'm thinking, for example setting a restriction on /gRPC ( or what ever the correct URL is, I don't actually know) using the IIS equivalent of .htaccess?
Thanks
I've managed to answer my own question.
Using IIS "IP Address and Domain Restriction", if I block access to /ConnectionSettings.txt for the hosts I don't want to allow Cube connections for, Cube doesn't know how to connect and gives up. IIS gives a 403 Forbidden error, which is displayed in Cube
This still allows Dashboards to function as desired.
I will look into Dashboards gateway - Thanks
For Cube you could apply a firewall rule to only allowing certain IPs to connect to the DMA agent, and block any other incoming connections.
For Dashboards, a solution could be to set-up a Dashboards Gateway on a webserver, and also apply a firewall rule so that only certain IPs are able to connect to the webserver.