DataBiosphere / data-store

AWS and GCP data storage system for genomic data.
https://dss.dev.ucsc-cgp-redwood.org
Other
3 stars 2 forks source link

Unable to upload data from CLI tool #166

Closed amarjandu closed 4 years ago

amarjandu commented 4 years ago
{
    "status": 500,
    "code": "Missing Security Paramters",
    "title": "Missing parameters within dict_keys(['groups', 'uuid', 'json_request_body', 'version']), unable to locate method,",
    "stacktrace": "Traceback (most recent call last):\n  File \"/var/task/chalicelib/dss/error.py\", line 72, in wrapper\n    return func(*args, **kwargs)\n  File \"/var/task/chalicelib/dss/util/security.py\", line 147, in wrapper\n    authz_handler.security_flow(**decorator_kwargs)\n  File \"/var/task/chalicelib/dss/util/auth/auth0.py\", line 90, in security_flow\n    self.assert_required_parameters(kwargs, ['method'])\n  File \"/var/task/chalicelib/dss/util/auth/authorize.py\", line 51, in assert_required_parameters\n    raise DSSException(500, title, err)\ndss.error.DSSException\n"
}
amarjandu commented 4 years ago

Issue was observed in https://github.com/DataBiosphere/data-store/pull/162; branch needs to be rebased, security handlers have not been updated.