Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 983 Bytes

File metadata and controls

30 lines (21 loc) · 983 Bytes

L-RelationalDiffToCkan

Documentation

Technical notes

These properties have to be set in 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, has to be set in backend.properties
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

Version history