api-umbrella icon indicating copy to clipboard operation
api-umbrella copied to clipboard

Open source API management platform

Results 132 api-umbrella issues
Sort by recently updated
recently updated
newest added

Is there a way to send email alerts to admin on specific api routes? Like If admins need to be notified of non 200 responses.

I tried to pass X-Api-Roles to the backend API (couchdb), but I could not figure out how to use a template to achieve this. In "Global Request" settings I entered:...

Hello, I have just installed Umbrella on my VPS server in a Docker container via: https://api-umbrella.readthedocs.io/en/latest/getting-started.html#running-with-docker and now I want to add a LetEncrypt Cert on the server so that...

I try to get user info via REST API, that return the followinf exception: ``` 2019-07-04T12:19:21.70971 Started GET "/api-umbrella/v1/users/37fe58cc-8efc-4545-85fd-86e02a739408" for 127.0.0.1 at 2019-07-04 12:19:21 +0000 2019-07-04T12:19:21.71090 Processing by Api::V1::UsersController#show as...

On static pages like /admin nginx vhost bind to * and we see API login page every time, and when domain name bind to IP address but in settings we...

I'm using docker-compose with the config as below. There does not seem to be a way to persist the configuration of the container. When I use the volume mounting that...

Assume I have a domain xyz.com and I have APIs available at 1. xyz.com/service1 2. xyz.com/service2 Actually the above services are running at xyz.com:5000/service1 and xyz.com:5001/service2. I have used Nginx...

I just understood that the mailing list was closed - but why? Is this project going to die? There is now no communication channel - I would like to read...

Hello, I have just been able to setup a user and generate an API_KEY that is useful for REST API calls to sites that allow for parameters on the URI...

Hi, Is there any way to bypass some requests from API gateway? I want to send routes starting with `wss://` and on the https port directly to the upstream server...