Accessing endpoints can be configured to require a JSON Web Token (JWT) Bearer token by setting the api.specs.$.disable_auth flag in the app's configuration file cloud_registry/config.yaml, thus setting the API specifications' securitySchemes and security objects
api.specs.$.disable_auth
flag in the app's configuration filecloud_registry/config.yaml
, thus setting the API specifications'securitySchemes
andsecurity
objectsFixes #14