- see Plugin Documentation
- see Plugin Documentation (in Slovak)
- These properties have to be set in frontend.properties and backend.properties of UnifiedViews for correct functionality of DPU
Property Name | Description |
---|---|
org.opendatanode.CKAN.secret.token |
Token used to authenticate to CKAN |
org.opendatanode.CKAN.api.url |
URL where CKAN api is located |
org.opendatanode.CKAN.http.header.[key] |
Custom HTTP header added to requests on CKAN |
Example:
org.opendatanode.CKAN.secret.token = 12345678901234567890123456789012
org.opendatanode.CKAN.api.url = http://localhost:9080/internalcatalog/api/action/internal_api
org.opendatanode.CKAN.http.header.X-Forwarded-Host = www.myopendatanode.org
org.opendatanode.CKAN.http.header.X-Forwarded-Proto = https
- Dependent on ckanext-odn-pipeline v0.5.1+
- see Changelog