Skip to content

Commit

Permalink
Add readme note for running TabPy unauthenticated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Sep 18, 2023
1 parent 96aa262 commit d5b9a70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Consider reading TabPy documentation in the following order:
* [Authoring Python calculations in Tableau](docs/TableauConfiguration.md).
* [TabPy Tools](docs/tabpy-tools.md)

Important Security Note:

- By default, TabPy is not configured with username/password authentication. This means that if the TABPY_EVALUATE_ENABLE feature is enabled (which is the default setting), there is the potential that unauthenticated individuals may be able to remotely execute code on the machine that TabPy is running on. We strongly advise against using TabPy without authentication as it poses a significant security risk. To use TabPy with authentication, please see [docs/server-config.md](https://github.com/tableau/TabPy/blob/master/docs/server-config.md#authentication).

Troubleshooting:

* [TabPy Wiki](https://github.com/tableau/TabPy/wiki)
Expand Down

0 comments on commit d5b9a70

Please sign in to comment.