vmware / vmware-openapi-generator

VMware-openapi-generator tool generates open-api documents from vapi metamodel format.
Other
23 stars 19 forks source link

Feature/security finer grained #63

Closed antonOO closed 4 years ago

antonOO commented 4 years ago

This changes introduces a global session_id security, which is overriden per operation when basic_auth or no_authentication is detected in the metadata of the associated operation.

The new functionality utilizes the authentication metadata service - since more requests are made to an external API, execution time is slower with around 15 sec (as tested on my local machine)