@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
- awsAgentValues.dataplaneConfig = new AWSDataplaneConfig(awsAgentValues.accessLogARN);
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "2.19.0",
3
+ "version": "2.20.0",
4
4
  "description": "Manage APIs, services and publish to the Unified Catalog",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {