Project

General

Profile

Idea #17109

Updated by Peter Amstutz over 3 years ago

WebDAV supports URLs where the collection uuid/PDH is embedded in the DNS name rather than the path, for example: 

 <pre> 
     Services: 
       WebDAVDownload: 
         ExternalURL: https://*.collections.ClusterID.example.com/ 
 </pre> 
 or 
 <pre> 
     Services: 
       WebDAVDownload: 
         ExternalURL: https://*--collections.ClusterID.example.com/ 
 </pre> 


 This is documented in https://doc.arvados.org/v2.1/api/keep-web-urls.html 

 This configuration needs to be supported in Workbench 2 for "inline" browser links like opening a file from Keep in a browser new tab, or displaying an image from Keep inline. 

Back