chaitalicod opened a new pull request, #664:
URL: https://github.com/apache/atlas/pull/664

   ## What changes were proposed in this pull request?
   
   atlas.authn.header.enabled=true
   atlas.authn.header.username=x-awc-username
   atlas.authn.header.roles=x-awc-roles
   atlas.authn.header.requestid=x-awc-requestid[6:29 
PM]chaitali.borole@JF9NP2CMXW bin % curl -k -X POST 
"http://localhost:21000/api/atlas/v2/search/basic"; \
    -H "Content-Type: application/json" \
    -H "x-awc-username: admin" \
    -H "x-awc-roles: ROLE_ADMIN" \
    -H "x-awc-requestid: req-1" \
    -d '{"query":"*","limit":5,"offset":0}'
   
{"queryType":"BASIC","searchParameters":{"query":"*","excludeDeletedEntities":false,"includeClassificationAttributes":false,"includeSubTypes":true,"includeSubClassifications":true,"excludeHeaderAttributes":false,"limit":5,"offset":0},"queryText":"*","entities":[{"typeName":"hdfs_path","attributes":{"owner":"","createTime":0,"qualifiedName":"abc","name":"abc","description":""},"guid":"35dcda01-7d91-4a3f-b685-39ecbc227f83","status":"ACTIVE","displayText":"abc","classificationNames":[],"meaningNames":[],"meanings":[],"isIncomplete":false,"labels":[]}],"approximateCount":693}%
               
                                                                  
   ## How was this patch tested?
   
   (Please explain how this patch was tested. Ex: unit tests, manual tests)
   (If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to