Project

General

Profile

Feature #17011

Updated by Peter Amstutz over 3 years ago

Keep-web supports virtual hosts to securely serve inline content to the browser (otherwise, everything is forced to be download-only to maintain same-origin security). 

 For each cluster zzzzz that we control: 

 # Configure DNS for *.collections.zzzzz.arvadosapi.com to go to keep-web 
 # Get a wildcard DNS cert for *.collections.zzzzz.arvadosapi.com 
 # Set Services.WebDAV.ExternalURL to "https://*.collections.zzzzz.arvadosapi.com" 

 https://doc.arvados.org/v2.1/api/keep-web-urls.html

Back