-
Notifications
You must be signed in to change notification settings - Fork 202
Propagate proxies and ssl_verification args to cloud services #2607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 24 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a527eaa
[ADD] Enable proxy integration test and switch from pproxy to mitmpro…
alodolo 7590b2e
[REFACTO] IAM Service handler in CloudAccount
alodolo 89155cb
Refacto code and classes
alodolo f559444
[REFACTO] proxy call function
alodolo 546d784
[ADD] Release note
alodolo a17789e
Merge branch 'main' into bugfix/add_proxy_options
alodolo 0d03621
[UPDATE] Packages for integration tests
alodolo a99585c
[REFACTO] Fix typo and linting issues
alodolo ef2bed6
[UPGRADE] CI documentation step python version to 3.11
alodolo b9a91e1
[DEBBUG] Update setuptools dependency
alodolo a65b89f
[DEBBUG] Add proxy lib in an another pyproj group
alodolo b3061bf
[CHANGE] Packages dependency
alodolo b9f6049
[CHANGE] Integration CI step package installation
alodolo 86d3418
[REVERT] Mitmproxy proxy in IT
alodolo ed49d7f
Merge branch 'main' into bugfix/add_proxy_options
alodolo 7333b62
[REFACTO] Reformat/lint]
alodolo ac1960e
Update release-notes/unreleased/2592.bug.rst
alodolo ef4108b
[REVERT] Revert ci.yaml, Contributing.md & pyproject.yaml commits
alodolo 7c75622
Revert "[REVERT] Revert ci.yaml, Contributing.md & pyproject.yaml com…
alodolo 332cc95
[REVERT] Disable python 3.14 in CI and revert typos
alodolo 82ef051
[PACTH] eof in files
alodolo 6db5a93
Merge branch 'Qiskit:main' into bugfix/add_proxy_options
alodolo 50e1ed0
[ADD] Integration tests with qiskit IBM Runtime
alodolo 04d4929
Merge branch 'main' into bugfix/add_proxy_options
alodolo 2efc440
[PATCH] Fix typos
alodolo 2af9c13
spaces
alodolo e8ab981
[Add] RuntimeClient test
alodolo 5edbe60
Merge branch 'main' into bugfix/add_proxy_options
diego-plan9 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| The ``proxies`` and ``ssl_verification`` arguments for ``QiskitRuntimeService`` | ||
| are nowpropagated to the underlying HTTP requests to ```GlobalSearchV2``, | ||
| ``GlobalCatalogV1`` and ``IAMAuthenticator`` services, allowing to instantiate | ||
| ``QiskitRuntimeService`` correctly when using a proxy. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.