Project

General

Profile

Feature #14811

Updated by Peter Amstutz almost 5 years ago

Copy load_config.rb and config.rake from API server.    Use arvados_config.rb as starting point to write sso_config.rb. 

 # Get clusterwide config (should use @arvados-server config-dump@ tool to get it). 
 # use ConfigLoader to merge/migrate legacy config  
 # update the code to use the new config structure 
 # update documentation about using config:check, config:dump and config:migrate to update SSO configuration (documentation covers same for API.) 

Back