You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (Jira)" <ji...@apache.org> on 2021/10/14 15:30:00 UTC

[jira] [Updated] (AIRAVATA-3531) Custom django apps causing bypass of Django REST Framework auth settings

     [ https://issues.apache.org/jira/browse/AIRAVATA-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Christie updated AIRAVATA-3531:
--------------------------------------
    Description: 
Typical error unauthenticated or when using token based authentication:

{code}
TApplicationException at /api/data-products/
Required field 'authzToken' was not present! Struct: getDataProduct_args(authzToken:null, dataProductUri:airavata-dp://fd6484a3-f5c6-49a4-ac1b-0bab77207c02)
{code}


  was:

Typical error unauthenticated or when using token based authentication:

```
TApplicationException at /api/data-products/
Required field 'authzToken' was not present! Struct: getDataProduct_args(authzToken:null, dataProductUri:airavata-dp://fd6484a3-f5c6-49a4-ac1b-0bab77207c02)
```


> Custom django apps causing bypass of Django REST Framework auth settings
> ------------------------------------------------------------------------
>
>                 Key: AIRAVATA-3531
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3531
>             Project: Airavata
>          Issue Type: Bug
>          Components: Django Portal
>            Reporter: Marcus Christie
>            Assignee: Marcus Christie
>            Priority: Major
>
> Typical error unauthenticated or when using token based authentication:
> {code}
> TApplicationException at /api/data-products/
> Required field 'authzToken' was not present! Struct: getDataProduct_args(authzToken:null, dataProductUri:airavata-dp://fd6484a3-f5c6-49a4-ac1b-0bab77207c02)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)