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