Setting up logging parameters in Security Token Service - 7.3

Talend ESB STS User Guide

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2023-04-17

If you are using Talend Identity and Access Management with STS to manage authorization accesses to services in Talend ESB(only available in Talend subscription products), you can decide whether to log the communication between the modules involved.

To do so, you have to edit the following configuration files:

  • In <TalendRuntimePath>/container/etc/org.talend.esb.sts.server.cfg, set useMessageLogging=true to indicate whether the communication between STS and Talend Identity and Access Management should be logged. Dynamic reconfiguration at runtime is supported.

    By default, the option is disable: useMessageLogging=false.

  • In <TalendRuntimePath>/container/etc/org.talend.esb.authorization.pdp.cfg, set useMessageLogging=true to indicate whether the communication between PDP and the Talend Authorization XACML Repository should be logged. Dynamic reconfiguration at runtime is supported.

    By default, the option is disable: useMessageLogging=false.