Skip to content

Fix marketplace monitor ignoring proxy auth credentials (#8043) - #8044

Open
EliederSousa wants to merge 2 commits into
OpenNebula:masterfrom
EliederSousa:fix-marketplace-proxy-auth
Open

Fix marketplace monitor ignoring proxy auth credentials (#8043)#8044
EliederSousa wants to merge 2 commits into
OpenNebula:masterfrom
EliederSousa:fix-marketplace-proxy-auth

Conversation

@EliederSousa

Copy link
Copy Markdown

Description

Fixes #8043

The marketplace monitor script (src/market_mad/remotes/one/monitor) parses the proxy URL and extracts host/port, but never passes the proxy username/password to Net::HTTP.start. This causes a 407 Proxy Authentication Required error when the configured proxy requires authentication, resulting in the marketplace showing no apps ("No Content" in Sunstone/FireEdge).

This PR passes p_uri.user and p_uri.password as the p_user/p_pass arguments to Net::HTTP.start.

Branches to which this PR applies

  • master
  • one-X.X

- [ ] Check this if this PR should **not** be squashed

)

Signed-off-by: EliederSousa <eliedersousa@gmail.com>
@EliederSousa
EliederSousa force-pushed the fix-marketplace-proxy-auth branch from b00c1fb to 698d5e6 Compare September 4, 2026 11:38
@paczerny

Copy link
Copy Markdown
Member

Merge to master and one-7.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Marketplace monitor script ignores proxy authentication credentials, causing 407 error

2 participants