-
Bug
-
Resolution: Done
-
Major
-
6.18.0
-
1
-
False
-
Important
-
Proton Sprint 1, Proton Sprint 2
-
sat-proton
-
None
-
None
-
None
-
None
Description of Problem
Requests to Insights APIs via the Foreman_rh_cloud plugin are failing with HTTP 502 (error bad URI(is not URI?)) when the request URI contains a pipe symbol. Pipes are regularly used by Advisor within rule names.
How reproducible
Always
Steps to Reproduce
- Send a request to an Insights API via Foreman_rh_cloud plugin that includes a pipe symbol in the URI.
Actual Behavior
Requests fail with HTTP 502 (error bad URI(is not URI?)).
Expected Behavior
Requests should be successfully forwarded and processed, even when the URI contains a pipe symbol.
Business Impact / Additional info
This issue prevents the Foreman_rh_cloud plugin from properly interacting with Insights APIs, specifically affecting Advisor functionality due to the use of pipe symbols in rule names.