wallarm/api-firewall

Pass API schema via URL

Olegt0rr opened this issue · 2 comments

In some cases API schema is available on URL.
Please add a feature with passing an URL instead of mounting a file.

Add support of the OpenAPI spec loading via URL. From now on it's possible to set openapi specification URL to env var APIFW_API_SPECS.
Add custom Content-Type of the request to introspection endpoint. Custom content-type could be set to the env var APIFW_SERVER_OAUTH_INTROSPECTION_CONTENT_TYPE.

You can view, comment on, or merge this pull request online at:
#40