Project

General

Profile

Bug #2855

Updated by Dominic Cleal over 11 years ago

This controller (api/services/api/authorization) gives you the option of using OAuth or http basic. If http basic is used but no username/password are set, foreman returns a 500 when it tries to authenticate the API request. 

 

 Processing by Api::V1::HostsController#show as JSON 
   
   Parameters: {"id"=>"host.domain.com", "host"=>{}} 
 
 invalid byte sequence in UTF-8 (ArgumentError)

Back