Actions
Bug #37017
closedConfiguration management reports fail to display
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Reporting
Target version:
-
Description
After upgrading to foreman version 3.8 we can no longer view configuration management reports in the web gui. The error from the logfile is in the attached logfile.
The "bug" has been introduced by the change https://projects.theforeman.org/issues/36219
I was able to fix it temporarily by adding Symbol to the permitted_classes in the file /usr/share/foreman/app/models/report.rb:
YAML.safe_load(read_metrics, permitted_classes: [Symbol, ActiveSupport::HashWithIndifferentAccess]).with_indifferent_access
Files
Updated by Lars Wagner 10 months ago
- Status changed from New to Resolved
Looks like this has been fixed by #36786
Actions