Project

General

Profile

Bug #46667

Updated by Stephan Müller almost 4 years ago

The dashboard should not fail hard or handle buckets without a set realm_id. 

 The API fails with something like this: 

 <pre> 
 RGW REST API failed request with status code 400 
 (b'{ 
   "Code":"InvalidLocationConstraint", 
   "Message":"The (b'{"Code":"InvalidLocationConstraint","Message":"The specified location-constr' b'aint is not valid", 
   "BucketName":"test", 
   "RequestId":"tx00000000000000001b64c-' b'005f16b722-137187-my-store", 
   "HostId":"137187-my-store-my-store" 
 }') valid","BucketName":"test","RequestId":"tx00000000000000001b64c-' b'005f16b722-137187-my-store","HostId":"137187-my-store-my-store"}') 
 </pre>

Back