F5Networks / f5-cloud-iapps

iApps specific to BIG-IPs in cloud environments
12 stars 10 forks source link

cross account service discovery issue in AWS #13

Open jmpettit opened 5 years ago

jmpettit commented 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:

wduongf5 commented 5 years ago

Thanks for reporting the issue. I've created an internal issue #1346 to track it.