File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,18 @@ Consider reading TabPy documentation in the following order:
27
27
* [ Authoring Python calculations in Tableau] ( docs/TableauConfiguration.md ) .
28
28
* [ TabPy Tools] ( docs/tabpy-tools.md )
29
29
30
+ Important security note:
31
+
32
+ * By default, TabPy is configured without username/password authentication.
33
+ We strongly advise using TabPy only with authentication enabled. For more
34
+ information, see
35
+ [ TabPy Server Configuration Instructions] ( docs/server-config.md#authentication ) .
36
+ Without authentication in place, if the TABPY_EVALUATE_ENABLE feature is
37
+ enabled (as it is by default), there is the possibility that unauthenticated
38
+ individuals could remotely execute code on the machine running TabPy.
39
+ Leaving these two settings in their default states together is highly
40
+ discouraged.
41
+
30
42
Troubleshooting:
31
43
32
44
* [ TabPy Wiki] ( https://github.com/tableau/TabPy/wiki )
You can’t perform that action at this time.
0 commit comments