apigee / openbank

An Open Banking Reference Implementation with Apigee
https://apigee.github.io/openbank
Apache License 2.0
132 stars 91 forks source link

Deployment Issues #85

Closed rodimusaltarian closed 6 years ago

rodimusaltarian commented 6 years ago

Hi,

I'm using my Apigee evaluation to try OpenBank API Gateway. I was able to use my GCP Datastore and authenticate to my Apigee Edge. However, I got the following errors in the latter part of the deployment:

Here's the part of the log where it fails...

[13:30:24] deployed proxy locations-connector [13:30:29] deployed proxy user-management [13:30:31] deployed proxy sms-token [13:30:33] deployed proxy apisbank-connector [13:30:33] deployed proxy consent-management [13:30:34] deployed proxy customer-management [13:30:35] deployed proxy products-connector [13:30:58] error deploying proxy payments-connector [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] error deploying proxy accounts-connector [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] deploying product resources [13:30:58] error creating product internal_apisv1.0.1 [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] deploying app resources [13:30:58] error creating app internal_appv101 [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] deploying config substitution [13:30:58] {{apiKey_IA}} not found in context [13:30:58] deploying proxy [13:30:58] deploying proxy oauth [13:30:58] deploying proxy login-app [13:30:58] deploying proxy consent-app [13:30:58] deploying proxy accounts [13:30:58] deploying proxy payments [13:30:58] deploying proxy locations [13:30:58] deploying proxy products [13:30:58] error deploying proxy oauth [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] error deploying proxy login-app [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] error deploying proxy consent-app [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] error deploying proxy accounts [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] error deploying proxy payments [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] error deploying proxy locations [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] error deploying proxy products [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] deploying product resources [13:30:58] error creating product account_apisv1.0.1 [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] error creating product payment_apisv1.0.1 [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] deploying app resources [13:30:58] error creating app AISP_Appv101 [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] error creating app PISP_Appv101 [13:30:58] Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com:443 [13:30:58] deploying util resources [13:30:58] deploying config substitution [13:30:58] {{ apiKey_AISP }} not found in context [13:30:58] {{ apiKey_PISP }} not found in context [13:30:58] {{ apiKey_IA }} not found in context [13:30:58] Finished 'deploy' after 1.93 min [13:30:58] Finished 'openbankdeploy' after 9.57 min

rodimusaltarian commented 6 years ago

This was a firewall issue. Closing.