Project

General

Profile

Actions

Bug #37380

closed

Container push can fail with a different JSON error

Added by Ian Ballou 11 days ago. Updated 3 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

In http_resource.rb, there's the following code:

def issue_request(method:, path:, headers: {}, payload: nil)
logger.debug("Resource #{method.upcase} request: #{path}")
logger.debug "Headers: #{headers.to_json}"
begin
logger.debug "Body: #{filter_sensitive_data(payload.to_json)}"
rescue JSON::GeneratorError
logger.debug "Body: Error: could not render payload as json"
end

The last logger.debug might cause an Encoding::UndefinedConversionError error instead of a JSON::GeneratorError.

Actions #1

Updated by Ian Ballou 11 days ago

  • Subject changed from Container push fails with Ruby 3 to Container push can fail with a different JSON error
Actions #2

Updated by The Foreman Bot 11 days ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/10977 added
Actions #3

Updated by Ian Ballou 10 days ago

  • Triaged changed from No to Yes
Actions #4

Updated by The Foreman Bot 3 days ago

  • Fixed in Releases Katello 4.13.0 added
Actions #5

Updated by Anonymous 3 days ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF