From ac9a9100f832abf974b7d844d41274e12091fd21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Mercader?= Date: Wed, 23 Nov 2011 11:09:16 +0000 Subject: [PATCH] [doc] Document api_key config option --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 67273ac..42fbb0e 100644 --- a/README.rst +++ b/README.rst @@ -132,6 +132,9 @@ field. The currently supported configuration options are: needs to have permission for creating packages, and if default groups were defined, the user must have permission to assign packages to these groups. +* api_key: If the remote CKAN instance has restricted access to the API you + can provide a CKAN API key, which will be sent in any request. + * read_only: Create harvested packages in read-only mode. Only the user who performed the harvest (the one defined in the previous setting or the 'harvest' sysadmin) will be able to edit and administer the packages @@ -146,6 +149,7 @@ the configuration field):: "default_tags":["new-tag-1","new-tag-2"], "default_groups":["my-own-group"], "user":"harverster-user", + "api_key":"", "read_only": true }