OpenDataNode / UVPlugin-filesToCKAN

GNU Lesser General Public License v3.0
0 stars 0 forks source link

L-FilesToCkan

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

see Changelog