Ticket #480 (closed requirement: fixed)
Catalogue service shall conform to specification
Reported by: | johnbywater | Owned by: | thejimmyg |
---|---|---|---|
Priority: | minor | Milestone: | ckan-v1.4 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description (last modified by johnbywater) (diff)
Common requirements for running CKAN behind a (e.g Wordpress or Drupal) front-end:
- Unrestricted total read-only access to catalogue API for general public (e.g. voluntary organisation).
- monitored by API key
- not monitored by API key
- Restricted total read-write access to catalogue API for authorized clients (e.g. front-end system, bulk upload clients).
- restricted by CKAN access controller
- restricted by HTTP Auth
- restricted by IP address
- Restricted total read-write access to catalogue Web UI for authorized users (e.g. site admins).
- restricted by CKAN access controller
- restricted by HTTP Auth
- Restricted partial read-write access to catalogue Web UI for authorized users (e.g. group admins).
- restricted by CKAN access controller
- restricted by HTTP Auth
Attachments
Change History
Note: See
TracTickets for help on using
tickets.