actinia-org / actinia-core

Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zenodo.5879231) | Tutorial: https://actinia-org.github.io/actinia-core/ | Docker: https://hub.docker.com/r/mundialis/actinia-core
https://actinia.mundialis.de/
GNU General Public License v3.0
78 stars 23 forks source link

document auth property in webhooks section of processing chain #411

Open ninsbl opened 1 year ago

ninsbl commented 1 year ago

This PR is an attempt to document the auth property in the webhooks section of a processing chain. Currently, this is not visible in swagger.json / ReDoc. I have not tested it and I am not sure this is the right way to add to the documentaion...

It would be good it auth would support base64 encoded strings (instead of username and password in plain text), or even better, if actinia had secrets management (like e.g. in github actions, see also: #398).