Skip to content

fix: oidcHTTPClient now use proxy from environment#3115

Open
sigurdvaa wants to merge 1 commit into
opencloud-eu:mainfrom
sigurdvaa:main
Open

fix: oidcHTTPClient now use proxy from environment#3115
sigurdvaa wants to merge 1 commit into
opencloud-eu:mainfrom
sigurdvaa:main

Conversation

@sigurdvaa

Copy link
Copy Markdown

Description

Update transport setting for oidcHTTPClient so it can use proxy setting from the environment. This can be required for systems with limited firewall access, so that oidc issuer can be reached via a proxy.

Related Issue

Motivation and Context

Makes it possible to authenticate using external IdP when OpenCloud system needs to use a http proxy for outoing http requests.

How Has This Been Tested?

  • Needed firewall rule for authentication with external IdP even though OpenCloud system was configured to use http proxy. Verified Firewall rule was no longer needed after applying patch.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation added

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics -17 duplication

Metric Results
Duplication -17

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@sigurdvaa
sigurdvaa marked this pull request as draft July 11, 2026 16:08
@sigurdvaa
sigurdvaa marked this pull request as ready for review July 11, 2026 16:10
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.

oidcHTTPClient doesn't use proxy settings from environment (http_proxy) causing authentication with external IdP to fail

1 participant