Open jmpettit opened 5 years ago
The providerOptions used for cross-account service discovery are being input incorrectly causing them to not be used by the getNodes.js script and only do a local account lookup. I was able to resolve this by editing the following section :
aws { append provider_options roleArn=$::cloud__aws_role_arn, append provider_options externalId=$::cloud__aws_external_id,
roleArn= should be roleArn: externalId= should be externalId:
roleArn=
roleArn:
externalId=
externalId:
Thanks for reporting the issue. I've created an internal issue #1346 to track it.
The providerOptions used for cross-account service discovery are being input incorrectly causing them to not be used by the getNodes.js script and only do a local account lookup. I was able to resolve this by editing the following section :
roleArn=
should beroleArn:
externalId=
should beexternalId: