Questions tagged [apigee127]

26 questions
9
votes
1 answer

swagger tools error handler middleware not catching errors

overview My custom errorHandler middleware is not catching the swagger-tools request validator error. Instead, the swagger tools HTML error is sent back to the client. How can I get my errorHandler middleware to catch the swagger tools validation…
Chris Covney
  • 819
  • 1
  • 7
  • 11
4
votes
0 answers

DB Connection close issue in Node.js using trireme-jdbc

I have developed and deployed a Node.js application in apigee edge, which performs few CRUD operations. To establish db connection I have used trireme-jdbc module of node.js. I am able to perform all CRUD operations well through trireme-jdbc but I…
ANIL VISHVKARMA
  • 363
  • 1
  • 15
3
votes
1 answer

How to deploy Trireme project on Apigee using Apigeetool

I have design a data layer API to establish openedge database connection using trireme-jdbc. The code is working solid when I am running the file by trireme command using cygwin, but when I start the complete project through apigeetool using command…
ANIL VISHVKARMA
  • 363
  • 1
  • 15
2
votes
2 answers

Apigee-127: Unable to deploy to on premise Apigee from Apigee-127, 303 error

I am trying to deploy my Mock API to Apigee Edge from Apigee-127 command line. This is an On-Prem instance & so I have a VPN going to give me access. However Once I get on & try to deploy the API. I get the following error: C:\Users\sgs>a127 account…
user2825273
  • 565
  • 1
  • 4
  • 9
1
vote
1 answer

How to set dynamic LoadBalancer for HTTPTargetConnection in APIGEE?

I want to have a different server for my APIGEE load balancer Based on an if/else condition. This is my current config that works a single server name (non dynamic):
Sapnesh Naik
  • 11,011
  • 7
  • 63
  • 98
1
vote
1 answer

Apigee shared flow to validate token

I am using Apigee as gateway to our application. Several applications will hit Apigee and Apigee will in-turn route the request to backend servers. Every incoming request will have a JWT token. I want Apigee to pass that token to a auth server and…
OpenStack
  • 5,048
  • 9
  • 34
  • 69
1
vote
1 answer

APIGEE Spike Arrest Best practise / Pragmatic usage for Front End Integration

Was dealing with the APIGEE gateway development recently and found out that the usage of Spike Arrest is very limiting to certain integrations (Backend only). As per recommended by APIGEE, we should avoid the usage of concurrent rate limit here and…
bLaXjack
  • 780
  • 2
  • 11
  • 23
1
vote
1 answer

How to get list of end points for a Apigee proxy

I am looking for an Api or set of Apis to get list of all end-points for an Apigee proxy. I looked around apigee docs, but I could only list proxies and its revisions.
Ajay Kumar
  • 175
  • 1
  • 1
  • 9
1
vote
0 answers

Apigee: Access a PDF in a Python callout

I have public API's and I would like to set a quota policy based on the type of consumption. The user can hit the API with an image or a PDF(multi-page). If it is a PDF, based on the number of pages the quota counter should get updated. I want to…
moonwalker7
  • 1,122
  • 3
  • 11
  • 29
1
vote
1 answer

How to automatically enter multi-line answers from questions in terminal with Python?

I'm executing this on command line from command line app written in Node: openapi2apigee generateApi petStore -s '/Users/rafaelpaz/Documents/python/mapping-api_0.0.3.yml' -d /Users/rafaelpaz/Documents/python -D That basically connects to my google…
Rafael Paz
  • 497
  • 7
  • 22
1
vote
1 answer

Oauth2 with OpenId connect

I am asking you today because I am at a dead end. I have missed piece in the logic of Oauth2 and OpenID connect in apigee. I understand that an application request Openid connect to have the profile of the loggedin user and that OAuth2 offers a way…
Adouani Riadh
  • 1,162
  • 2
  • 14
  • 37
1
vote
1 answer

How can I run 'swagger project edit' on apigee127 Docker-Container?

I installed apigee-127 in a Docker-Container on my Local machine. After that I run this Docker-Container and created a project with a127 project create hello-world To start this project a127 project start The Respone from this is that the Project…
0
votes
1 answer

Obtain OAuth2 token from third parties

Could you tell me where I can see how to implement oauth2 management for a third party, that is, the image is the black point. enter image description here
0
votes
2 answers

Fetch Products under a specific Environment in an Organization - Apigee Edge

I am trying to fetch all the Products which are associated to an Environment under an organization. I am able to fetch all the products in an organization but i don't seem to find a way in getting Environment specific Products.
0
votes
2 answers

Apigee rest endpoint path mapping to custom path

I have rest end point /admn_resource_manager.I have created a apigee proxy to expose this. I dont want to expose it like this to others as I want something like /adminmanager. Is there any way to map /adminmanager to /admn_resource_manager using…
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
1
2