Project

General

Profile

Bug #16974

Updated by Ward Vandewege about 3 years ago

[peer federation] [WB1] [admin interface] 

 On ce8i5, 9tee4 remote clusters entry: 

 <pre> 
       9tee4: 
         Host: 9tee4.arvadosapi.com 
         Proxy: true 
 </pre> 

 On 9tee4, the ce8i5 remote clusters entry: 

 <pre> 
       ce8i5: 
         Host: ce8i5.arvadosapi.com 
         Proxy: true 
 </pre> 

 The user list in the admin interface lists entries with foreign UUIDs (their existance is normal). But clicking on 'show' leads to a 'Not found' error page, e.g. https://workbench.9tee4.arvadosapi.com/users/ce8i5-tpzed-o4njwilpp4ov286. 

 Does it make sense to enumerate the users with foreign UUIDs in that list? 

 If we don't; what's the implication of ActivateUsers being off for a cluster listed in RemoteClusters? 

 Update: adding 'ActivateUsers: true' on both sides fixes this issue. 

 Update 2021-02-02: even with 'ActivateUsers' on both sides this no longer works. Since this is a documentation ticket, I filed a new bug at #17314

Back