hpaknia
hpaknia

Reputation: 3108

Tableau Server: How to Disable Trusted Authentication

I am able to add remove IP addresses to tableau server, but I can not find any documentation explaining on how to disable Tableau Trusted IP addresses. Any idea of how to open tableau server to world?!?

Upvotes: 0

Views: 501

Answers (1)

vizyourdata
vizyourdata

Reputation: 1444

I believe this is what you are looking for wgserver.extended_trusted_ip_checking=false but the default is false where Tableau does not enforce client IP address matching.

From the command line:

tsm configuration set -k wgserver.extended_trusted_ip_checking -v false

This also depends on your server version as tsm is available only after 2018.2

Upvotes: 1

Related Questions