Skip to content

Missing CKAN API Key

timrdf edited this page Jan 4, 2013 · 10 revisions

What's first

  • Getting started
  • X_CKAN_API_Key is a [DATAFAQS environment variable](DATAFAQS environment variables)

What we'll cover

This page describes the need for the shell environment variable X_CKAN_API_Key.

Let's get to it

CKAN requires an API key to register and modify dataset listings. DataFAQs SADI services access this key from the environment variable X-CKAN-API-Key, which can be set by:

export X-CKAN-API-Key="YOUR API KEY"

For more on CKAN API keys, see their pages:

Alternative designs for accessing the API key

What's next

  • X_CKAN_API_Key is also discussed at [DATAFAQS environment variable](DATAFAQS environment variables)
Clone this wiki locally