The-OAG-Development-Project/Application-Gateway
View on GitHubLoad Configuration File via HTTPS
Open
#25 opened on Dec 6, 2020
Version 1.0enhancementgood first issue
Repository metrics
- Stars
- (88 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently we Nelly only supports to load a config file from the local filesystem. We should add the option to load a configuration file via HTTPS.
-> Add a new class that implements NellyConfigLoader that load the file via https from remote -> Implement the HTTP loading if the file path begins with https:// -> Add error handling