api-umbrella
api-umbrella copied to clipboard
Open source API management platform
hi, according documetation "The very first time you access the admin, you’ll be given a chance to create your first admin account." but it has not realized. is there anyway...
Add something like [boltsort](https://github.com/vimeo/libvmod-boltsort) or [querystring](https://github.com/Dridi/libvmod-querystring) so that we can treat these two requests as the same for caching purposes: ``` /api/whatever?limit=10&start=50 /api/whatever?start=50&limit=10 ``` This sort-indepdant behavior should not be...
I am using the latest docker image 0.15.1. I am doing the bare minimum and running it through docker-compose. ``` version: '3.1' services: api: # build: . image: nrel/api-umbrella:0.15.1 volumes:...
All I did was install umbrellaAPI on Ubuntu 18.04. Didn't configure anything. As soon as I installed it my server went down to a crawl. If I typed something in...
Appears this commit was merged but not pushed to site? https://github.com/NREL/api-umbrella/commit/b44720093217e0443ae20248b291544447d7b0e3  ## Search terms: "grammar", "an be", "can be"
I'm new to API Umbrella and I want to be able to debug something with my setup. I am using Docker. I've looked through the logs in /opt/api-umbrella/var/log but I'm...
When setting up the github authorizer, I received this deprecation notice from Github On September 12th, 2020 at 13:35 (UTC) your application (Gunslinger App) used an access token (with the...
Hi, could you please guide me to stop TLS Ver 1.0 since it has security vulnerabilities, pls advise ..
Hi, we are using umbrella fork in some of our projects. One feature request surfaced during project execution: Basic Auth login setting in Umbrella. Have you considered adding such functionality?...
Hi, I've updated Umbrella API to 0.14.1. I was previously using the version 0.14.0. The container crashes with the error *exited with code 132* I'm running on Debian 8 and...