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

google: remove WithHTTPClient #2391

Merged
merged 1 commit into from
Jul 23, 2021
Merged

google: remove WithHTTPClient #2391

merged 1 commit into from
Jul 23, 2021

Conversation

calebdoxsey
Copy link
Contributor

@calebdoxsey calebdoxsey commented Jul 23, 2021

Summary

Using WithHTTPClient with the google SDK results in the oauth2 transport no longer being used. I couldn't find any other way to hook up to this reliably without duplicating all of the code in admin.NewService, so I just removed it entirely.

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey added the bug Something isn't working label Jul 23, 2021
@calebdoxsey calebdoxsey requested a review from a team as a code owner July 23, 2021 21:00
@calebdoxsey calebdoxsey requested a review from wasaga July 23, 2021 21:00
@codeclimate
Copy link

codeclimate bot commented Jul 23, 2021

Code Climate has analyzed commit e9b952f and detected 0 issues on this pull request.

View more on Code Climate.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 65.307% when pulling e9b952f on cdoxsey/2389-google-sync into ac8ae3e on master.

@calebdoxsey calebdoxsey merged commit 8f7357b into master Jul 23, 2021
@calebdoxsey calebdoxsey deleted the cdoxsey/2389-google-sync branch July 23, 2021 21:36
calebdoxsey added a commit that referenced this pull request Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

google: directory sync is broken
4 participants