Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.
This repository was archived by the owner on May 15, 2023. It is now read-only.

Cannot create remote service from within enterprise network proxy #48

@trailfox

Description

@trailfox

I am having issues trying to create an a127 RemoteProxy from within my companies network.

I am running on Ubuntu and have my http_proxy and https_proxy environment variables setup, along with npm config, so that I can deploy my a127 proxy up into Apigee Edge successfully. However, when I come to try and create a RemoteProxy for my a127 api so that I can setup Oauth, analytic policies etc I am finding that the create service command is failing.

From my debugging of the a127 code it appears that the Volos code is not using the http_proxy/https_proxy when trying to make requests up to Edge.

For example when the service create command requests the list of proxies in edge it gets those fine. But it is the Volos code which appears to not be using the http_proxy environment variable or the npm configuration when it is trying to get a list of the developer apps. When I use the Apigee online API management UI to get the list of developer apps it works fine. But debugging the volos code which is using the same API it fails.

Is there additional configuration that Volos is expecting to be setup for http_proxy/https_proxy?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions