使用 ALLOW-FROM 值 - 8.0

Talend安装指南

Version
8.0
Language
中文(简体)
Operating system
Linux
Subscription type
订阅
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend Log Server
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
安装和升级
Last publication date
2022-10-30

如何使用 ALLOW-FROM X-Frame-Option。

步骤

  1. 停止 Talend Data Preparation 实例机器对应的服务,以及 Talend Identity and Access Management 服务。
  2. 打开 <Data_Preparation_Path>/config/application.properties 文件并将 X-Frame-Options 参数设为 http://<hostname>,其中 <hostname> 对应于您计划授予访问权限的服务器主机名。
  3. 打开 <IAM_Path>/tomcat/conf/web.xml 文件并将 antiClickJackingOption 参数设为 ALLOW-FROM http://<hostname>,其中 <hostname> 对应于您计划授予访问权限的服务器主机名。
    两个配置文件中的 <hostname> 值必须相同。
  4. 重启 Talend Data Preparation 实例机器对应的服务,以及 Talend Identity and Access Management 服务。

结果

现在您可以从所需的 i-frame 打开 Talend Data Preparation 应用程序了。