Using the ALLOW-FROM value - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
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 DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

How to use the ALLOW-FROM X-Frame-Option.

Procedure

  1. Stop your Talend Data Preparation instance and its corresponding services, as well as the Talend Identity and Access Management service.
  2. Open the <Data_Preparation_Path>/config/application.properties file and set the X-Frame-Options parameter to http://<hostname>, with <hostname> corresponding to the server hostname from which you would want to allow access.
  3. Open the <IAM_Path>/tomcat/conf/web.xml file and set the antiClickJackingOption parameter to ALLOW-FROM http://<hostname>, with <hostname> corresponding to the server hostname from which you would want to allow access.
    The <hostname> value must be the same in both configuration files.
  4. Restart your Talend Data Preparation instance and its corresponding services, as well as the Talend Identity and Access Management service.

Results

You can now open the Talend Data Preparation application from the desired i-frame.