@axway/axway-central-cli 2.19.0 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -406,7 +406,11 @@ const completeInstall = async (installConfig, apiServerClient, defsManager) => {
|
|
|
406
406
|
production: installConfig.centralConfig.production
|
|
407
407
|
}) : installConfig.centralConfig.ampcEnvInfo.name;
|
|
408
408
|
if (installConfig.gatewayType === _types.GatewayTypes.AWS_GATEWAY) {
|
|
409
|
-
|
|
409
|
+
if (installConfig.switches.isTaEnabled) {
|
|
410
|
+
awsAgentValues.dataplaneConfig = new AWSDataplaneConfig(awsAgentValues.accessLogARN);
|
|
411
|
+
} else {
|
|
412
|
+
awsAgentValues.dataplaneConfig = new DataplaneConfig("AWS");
|
|
413
|
+
}
|
|
410
414
|
}
|
|
411
415
|
|
|
412
416
|
// create the data plane resource
|