Configuring Tableau in the Gateway

To enable the Tableau web integration in the Platform application, it is required to customize the content-security-policy. The Platform provides a property named tableau.server-domain to set up the required policies in the Gateway configuration. You can set up this property in the application.yml file or as an environment variable on the Gateway Service.

The two following examples assign the value *.tableau.com to the property or the environment variable:

  • Through theapplication.yml file:

      tableau:
        server-domain: "*.tableau.com"
  • Through the environment variable:

    TABLEAU_SERVER_DOMAIN=*.tableau.com