Skip to content
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

fix: share service request wrapper instance with token managers #36

Merged
merged 1 commit into from
Aug 7, 2019

Conversation

dpopp07
Copy link
Member

@dpopp07 dpopp07 commented Aug 7, 2019

This will allow users to configure all requests, rather than just the service requests. This was causing a bug where users could not use the SDK behind a corporate proxy. They could specify the proxy for the service request but the IAM request would error.

this will allow users to configure all requests, rather than just the service requests

this was causing a bug where users could not use the SDK behind a corporate proxy
@codecov
Copy link

codecov bot commented Aug 7, 2019

Codecov Report

Merging #36 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   93.06%   93.06%           
=======================================
  Files          12       12           
  Lines         519      519           
  Branches      154      155    +1     
=======================================
  Hits          483      483           
  Misses         35       35           
  Partials        1        1
Impacted Files Coverage Δ
auth/icp4d-token-manager-v1.ts 100% <ø> (ø) ⬆️
auth/iam-token-manager-v1.ts 100% <ø> (ø) ⬆️
lib/base_service.ts 91.66% <100%> (ø) ⬆️
auth/jwt-token-manager-v1.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 06ef43e...6907bb4. Read the comment docs.

@dpopp07 dpopp07 merged commit e7609e2 into master Aug 7, 2019
@dpopp07 dpopp07 deleted the share-request-wrapper-instance branch August 7, 2019 20:41
ibm-devx-automation pushed a commit that referenced this pull request Aug 7, 2019
## [0.3.5](v0.3.4...v0.3.5) (2019-08-07)

### Bug Fixes

* share service request wrapper instance with token managers ([#36](#36)) ([e7609e2](e7609e2))
@ibm-devx-automation
Copy link

🎉 This PR is included in version 0.3.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants