r-geoflow / geoflow

Tools to Orchestrate Geospatial (Meta)Data Management Workflows and Manage FAIR Services
https://github.com/r-geoflow/geoflow/wiki
Other
41 stars 14 forks source link

Extent geoflow software to support request header(s) and http configs #238

Open eblondel opened 2 years ago

eblondel commented 2 years ago

geoflow software such as OGC web-service clients (eg. WPS) should support custom headers, depending on the client capabilities. In ows4R web service clients, we can add custom headers (eg. tokens). This has implication on geoflow-shiny interface for software, where key-value pairs should be handled for headers associated to software.

eblondel commented 2 years ago

same applies now with the config argument added in https://github.com/eblondel/ows4R/issues/64

eblondel commented 2 years ago

cases with headers needs: WPSClient from ows4R, rapiclient for OpenAPI