Cloudfoundry is on my local workstation, setup as PCF Dev .
CF app works fine when is it not binded to apigee service. That is before establishing the route using bind command “cf bind-route-service local.pcfdev.io myapigee --hostname sample-api-apigee” i was able to access the api https://sample-api-apigee.local.pcfdev.io/ and got response as expected.
The instructions on the Pivotal site are for using the service broker with hosted Apigee not microgateway. Did you install microgateway as a PCF app? If not, the request is likely failing when hosted Apigee tries to route back down to your local workstation.
/sample is base path configured in apigee edge proxy. Any clue where the authorization fails? SInce it is 403 error and not 401 i assume apikey provided is correct.
Are you using a trial org? Is it newer, or older? At a point in time we had restrictions on trial orgs that prevented the microgateway from getting configured correctly. @Srinandan Sridhar is this still the case?
Yes i am using trial org. When you say newer, does it mean ‘new’ account and org, then yes it is.
Also i have tested edgemicro app locally on my laptop (outside cloudfoundry) and proxy seems to work fine. The problem seems to be when edgemicro app run inside cloudfoundry.
Sorry Bindiya I was traveling. Since it works outside pcf I think we need to check the logs in CF for the microgateway app. It will spit logs out standard so the cf command should work. If you can share what you see I think that help us get it sorted. If this gets too slow over the forum let’s switch to email or set up a hangout.