在Tableau工作簿URL上配置SSL

时间:2017-09-12 21:15:15

标签: ssl reporting data-visualization tableau tableau-server

我们正在进行POC工作,将tableau报告与门户网站应用程序集成。

当尝试通过我们的Web应用程序界面访问报告时,我们收到iframe期望HTTPS但是加载的链接是HTTP的错误。那么在这种情况下我们如何为tableau工作簿网址配置SSL呢? 我们的工作簿网址:http://tableau-dev.uhc.com/t/Sphere/views/CPIMAQRStatusReport/Sheet1?:embed=y&:showShareOptions=true&:display_count=no&:... 我们正在研究其他解决方案,以尝试我们只打开标签而不使用iframe。

下一个问题。 在将我们的tableau工作簿报告与Web应用程序集成时,请记住哪些步骤(权限,身份验证,安全性)?我知道Tableau Server为安全的各个方面提供了全面而强大的解决方案,但希望得到清晰的理解,以确保在我的POC工作中遇到所有挑战。

非常感谢您的回复

提前致谢。

1 个答案:

答案 0 :(得分:0)

@Override public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { Log.e("VERSION", "Updating table from " + oldVersion + " to " + newVersion); if (oldVersion < Your_New_version){ db.execSQL("ALTER TABLE " + TABLE_NAME + " ADD COLUMN new_column_name TEXT;"); } } 添加到您的反向代理中,例如nginx

详细信息 Tableau Server behind SSL-Proxy (nginx)