[ckan-changes] commit/ckanext-harvest: amercader: [doc] Document api_key config option
Bitbucket
commits-noreply at bitbucket.org
Wed Nov 23 11:09:24 UTC 2011
1 new commit in ckanext-harvest:
https://bitbucket.org/okfn/ckanext-harvest/changeset/2bad5b6af51e/
changeset: 2bad5b6af51e
branch: feature-new-ckan-harvester-features
user: amercader
date: 2011-11-23 12:09:16
summary: [doc] Document api_key config option
affected #: 1 file
diff -r 2dea33b02705148bf49acadde439ec2e50d9c4f4 -r 2bad5b6af51e6aaa47d604e74ceeda1bb65d5366 README.rst
--- a/README.rst
+++ b/README.rst
@@ -132,6 +132,9 @@
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 @@
"default_tags":["new-tag-1","new-tag-2"],
"default_groups":["my-own-group"],
"user":"harverster-user",
+ "api_key":"<REMOTE_API_KEY>",
"read_only": true
}
Repository URL: https://bitbucket.org/okfn/ckanext-harvest/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list