@axway/axway-central-cli 2.15.0-rc.4 → 2.15.1
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.
|
@@ -138,7 +138,7 @@ const askForAWSCredentials = async hostedAgentValues => {
|
|
|
138
138
|
value: AWSAuthType.KEYS
|
|
139
139
|
}]
|
|
140
140
|
});
|
|
141
|
-
console.log(_chalk.default.
|
|
141
|
+
console.log(_chalk.default.gray("Please refer to docs.axway.com for information on creating the necessary AWS IAM policies"));
|
|
142
142
|
|
|
143
143
|
if (hostedAgentValues.authType === AWSAuthType.ASSUME) {
|
|
144
144
|
log("using an assume role policy authentication"); // get assume role arn
|