Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support http:// and file:/// URIs in microgateway settings #40

Closed
pointlander opened this issue Mar 4, 2019 · 0 comments
Closed

Support http:// and file:/// URIs in microgateway settings #40

pointlander opened this issue Mar 4, 2019 · 0 comments
Assignees

Comments

@pointlander
Copy link
Contributor

Currently, only flogo resources are supported in the microgateway URI setting:
https://github.com/project-flogo/microgateway/blob/master/examples/json/basic-gateway/flogo.json#L75

'http://' and 'file:///' should be added as supported URI types. If a URI doesn't have a 'http://' or 'file:///' prefix then it is assumed to be a flogo resource. When the URI is 'http://' the microgateway definition will be fetched using http, and when the URI is 'file:///' the microgateway will be loaded from the local file system. Some form of caching should be used for the microgateway definitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants