Project

General

Profile

Bug #18887

Updated by Ward Vandewege about 2 years ago

https://workbench.tordo.arvadosapi.com/container_requests/tordo-xvhdp-fzp65jk7mjq2vw6 

 <pre> 
 Oh... fiddlesticks. 
 Sorry, I had some trouble handling your request. 

 request failed: https://ce8i5.arvadosapi.com/arvados/v1/users?cluster_id=tordo&count=&include=&limit=9223372036854775807&offset=0&reader_tokens=%5B%22v2%2Ftordo-gj3su-anonymouspublic%2F383784b1c4068ee3dd621bf0c1175f873a84f40e%22%5D&where=%7B%22uuid%22%3A%5B%22ce8i5-tpzed-xo2k4i24bjzwedw%22%5D%7D: 401 Unauthorized: request failed: https://tordo.arvadosapi.com/arvados/v1/users?cluster_id=tordo&count=&forwarded_for=ce8i5-&include=&limit=9223372036854775807&offset=0&reader_tokens=%5B%22v2%2Ftordo-gj3su-anonymouspublic%2F383784b1c4068ee3dd621bf0c1175f873a84f40e%22%5D&where=%7B%22uuid%22%3A%5B%22ce8i5-tpzed-xo2k4i24bjzwedw%22%5D%7D: 401 Unauthorized: cannot use a locally issued token to forward a request to our login cluster (ce8i5) [API: 401] 
 </pre> 

 Tordo is in a login federation with Ce8i5 as LoginCluster. 

 I launched created this workflow from the command line, using the token from the workbench session. The env vars looked like: 

 <pre> 
 export ARVADOS_API_TOKEN=v2/ce8i5-gj3su-redactedredacte/redactedredactedredactedredactedredactedredactedre 
 export ARVADOS_API_HOST=tordo.arvadosapi.com 
 </pre> 

 Strangely, the error seems to be about workbench trying to access /users with the anonymous token.

Back