Cytomine-ULiege / Cytomine-core

This repository hosts the legacy Cytomine-Core, which is the main web server implementing the Cytomine API. Our ULiège fork includes R&D experimental features. See @cytomine for official releases.
https://www.cytomine.org
Apache License 2.0
6 stars 6 forks source link

Generate processing server SSH keys automatically (NEW PULL REQUEST) #18

Closed gvissers13 closed 5 years ago

gvissers13 commented 5 years ago

On this pull request, there's the new implementation of the ssh keys... so, each time we add a new processing server, we'll create a folder(with the name of the PS) with a pair of ssh key( a private and a public). There's also a new API "function". With the new one, we can download a public key of a given processing server. Example: http://localhost-core/api/processing_server/44607/publickey On this pull request, there's also the creation of the "communication retrieve queue"