FIWARE / api-umbrella

Open source API management platform
https://fiware-api-umbrella.readthedocs.io/
MIT License
2 stars 7 forks source link

Umbrella tries to download from (unreachable) geolite.maxmind.com #15

Closed wistefan closed 2 years ago

wistefan commented 3 years ago

Umbrella tries to download a tar file from https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz. This address is currently not reachable. Downloading at runtime from an external source can also be considered to be a security risk. It would be good if that feature can be disabled, in case its not required or clashes with the security requirements of the environment.

wistefan commented 2 years ago

Fixed in PR#24