You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
Using the foreman salt plugins and proxies, reports from the reactor/runners fail to upload.
Expected outcome:
They upload.
Foreman and Proxy versions:
Latest.
Foreman and Proxy plugin versions:
Latest.
Distribution and version:
Linux Alma 8 / Salt 3005.1
Other relevant data:
Added some additional logging to the foreman_reports_upload.py runner:
2024-07-24 19:26:22,703 [salt.loaded.ext.runners.foreman_report_upload:76 ][DEBUG ][388458] HTTP connection created
2024-07-24 19:26:22,703 [salt.loaded.ext.runners.foreman_report_upload:158 ][ERROR ][388458] Exception encountered: a bytes-like object is required, not 'str'
2024-07-24 19:26:22,703 [salt.loaded.ext.runners.foreman_report_upload:139 ][DEBUG ][388458] Releasing lock
2024-07-24 19:26:22,704 [salt.loaded.ext.runners.foreman_report_upload:142 ][DEBUG ][388458] Lock released
I do see the salt event log showing the reactor is triggering the runner. However, something about it isnt quite right and I cant figure it out. The long string below is a base64 encoded string.
Problem:
Using the foreman salt plugins and proxies, reports from the reactor/runners fail to upload.
Expected outcome:
They upload.
Foreman and Proxy versions:
Latest.
Foreman and Proxy plugin versions:
Latest.
Distribution and version:
Linux Alma 8 / Salt 3005.1
Other relevant data:
Added some additional logging to the
foreman_reports_upload.py
runner:I do see the salt event log showing the reactor is triggering the runner. However, something about it isnt quite right and I cant figure it out. The long string below is a base64 encoded string.
The text was updated successfully, but these errors were encountered: