Aras DevOps

The Purpose of Transformation

Only the specific configuration files are updated rather than a complete overwrite of the content.

This approach facilitates modifications only in the required sections of the configuration, ensuring that all other settings remain unaffected.

The developer is responsible for creating such a Transformation, which might be applied to the config file often. It will give the same result as after the first application of the Transformation.

The standard Aras Innovator platform Deployment only contains the information below in the conversion server configuration file.

<?xml version="1.0" encoding="utf-8"?>

<configuration>

<configSections>

<section name="oauth” type="Aras.OAuth.Configuration.OAuthSection, Aras.OAuth.Configuration” />

</configSections>

<oauth configSource="OAuth.config” />

</configuration>

The project team must provide information in the Transformation file to activate conversion according to the project’s requirements and entitlements.