You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Dharshana M Krishnamoorthy (Jira)" <ji...@apache.org> on 2020/10/01 13:16:00 UTC

[jira] [Created] (ATLAS-3968) When un-authorised reader reads a type using the guid, the error message mentions about the type name instead of the guid

Dharshana M Krishnamoorthy created ATLAS-3968:
-------------------------------------------------

             Summary: When un-authorised reader reads a type using the guid, the error message mentions about the type name instead of the guid
                 Key: ATLAS-3968
                 URL: https://issues.apache.org/jira/browse/ATLAS-3968
             Project: Atlas
          Issue Type: Bug
            Reporter: Dharshana M Krishnamoorthy


On firing a request forĀ /api/atlas/v2/types/businessmetadatadef/guid/<guid> as an unauthorised user, the following error message is displayed
{code:java}
{

u'errorCode': u'ATLAS-403-00-001',

u'errorMessage': u'hrt_20 is not authorized to perform read type bm_123'

}

{code}
Since we are firing the request using guid, it will be better to mention the guid instead of the type name



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