Dear All,

I have a question about RobotUpload

I am setting up invenio v1.2.1

I followed this guide 
https://indico.cern.ch/event/183318/contributions/318916/attachments/249751/349264/invenio-robotupload.pdf

1. configured invenio-local.conf

CFG_BATCHUPLOADER_WEB_ROBOT_AGENTS = invenio_webupload,invenio_connector
CFG_BATCHUPLOADER_WEB_ROBOT_RIGHTS = {
 'ip': ['*'], # useful for testing
 }

#curl -T test.xml  http://my-site/batchuploader/robotupload/insert /
 -A invenio_webupload -H "Content-Type: application/marcxml+xml"

The Authorization based on IP address works. 
Now, I would like to use the Authorization based on API key. (API key a la 
Twitter (in 1.1 and newer))
Can you please point me to some documentations I can use to configure this 
Authorization method ?


Thanks in advanced

Best regards,
        Rita

Reply via email to