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 it possible to create a binary for ARM64 (Apple Silicon M1)?

Trying to compile API Umbrella from source, received the following error message: Failed to connect to ftp.pcre.org port 443: Connection timed out A workaround is to edit 'tasks/deps/openresty' as follows:...

Greetings!!!. Is there a way to save in the umbrella api logs or to carry out some development that allows saving the responses of each call to an api? The...

I noticed api-umbrella used a different name for a new month's index: Instead of `api-umbrella-logs-v1-2017-07` like in previous version the index was named `api-umbrella-logs-write-2017-07` ![image](https://user-images.githubusercontent.com/9105774/28077745-e7819158-6662-11e7-9e25-796eb92bbb15.png) Is this expected behaviour? I...

Trying to install from source. Executed './configure' and 'make'. When trying to download 'GeoLite2-City.tar.gz', curl can't resolve the host name 'geolite.maxmind.com'. I believe Maxmind requires registering to download GeoLite (https://dev.maxmind.com/geoip/geolite2-free-geolocation-data?lang=en)

Bintray has been sunset, is there any intention to move this to an alternative bintray location? If not, does anyone have any alternatives? Thanks

I am trying to setup a local api-umbrella development environment using the instructions here:https://api-umbrella.readthedocs.io/en/latest/developer/dev-setup.html . I am working with an unmodified version of the master branch. Running docker-compose up results...

I use this command: ```docker run -d --name=api-umbrella -p 8000:80 -p 8443:443 -v "$(pwd)/config":/etc/api-umbrella nrel/api-umbrella``` Browse to `http://localhost:8000` always redirect to `https://localhost` Is there any configuration to: 1. use different...

I followed [the docs ](https://api-umbrella.readthedocs.io/en/latest/admin/api.html#/) and both Admin Token and API keys are included in the request header with required parameters (interval, search, start_at, end_at, query). While GET request to`...

Tested on "latest" image - nrel/api-umbrella@sha256:094c6dc5e96eff5745ba432437c16579b6cc4b7e6a044de2ad902126e8d21fe1 When system was overloaded, with system load average that exceeds system processors for longer period of time, we started noticing misspelled data in our...