@axway/axway-central-cli 1.29.0-rc.13 → 1.29.0-rc.14
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.
|
@@ -340,7 +340,7 @@ async function configureECSDeployment(awsAgentValues) {
|
|
|
340
340
|
|
|
341
341
|
const gatewayConnectivity = async installConfig => {
|
|
342
342
|
console.log('\nCONNECTION TO AMAZON API GATEWAY:');
|
|
343
|
-
console.log(_chalk.default.gray(`The
|
|
343
|
+
console.log(_chalk.default.gray(`You need credentials for executing the AWS CLI commands.\n` + `The Discovery Agents need to connect to the Amazon (AWS) API Gateway to discover API's for publishing to Amplify Central and/or the Unified Catalog.\n` + `The Traceability Agent needs to connect to the AWS API Gateway for the collection of transaction headers.\n` + `These headers will be formatted and fowarded to the Amplify Central Observer.\n` + `We recommend to use two different set of credentials: one for AWS CLI and one for the agents`)); // DeploymentType
|
|
344
344
|
|
|
345
345
|
const deploymentType = await askDeployment();
|
|
346
346
|
let awsAgentValues = new helpers.AWSAgentValues(deploymentType);
|