Closed uniqueg closed 1 year ago
I will take a look
As far as I can see tesk-api
already exposes its API by default in /g4agh/v1/
. Like in:
https://csc-tesk-noauth.rahtiapp.fi/swagger-ui.html#/TaskService
The HELM chart has a different default /v1
. I will create a small PR to TESK
to fix this.
Perfect, thanks a lot.
Merged the PR, so closing this
TESK instances are currently hosted at
https://host/v1
, but according to TES v1.0 and v1.1 they should be hosted athttps://host/ga4gh/tes/v1
instead.Surely this can be configured in Kubernetes by re-routing, but it may also be hardcoded in this repo. If so, it might be good to change it in accordance with the specs. Either way, the deployment instructions should be double-checked and modified if needed.