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

Refactor gRPC and Auth situation. #32

Merged
merged 2 commits into from
Aug 17, 2016
Merged

Refactor gRPC and Auth situation. #32

merged 2 commits into from
Aug 17, 2016

Conversation

jmuk
Copy link
Contributor

@jmuk jmuk commented Aug 16, 2016

As we discussed in googleapis/google-cloud-node#1463,
many of auth parameters will be called in a initialization
of the module itself and then used later.

For this purpose, GAX also serves an object which keeps
the auth data and handle its feature under the same context.

This also offers a new dependency of google-auto-auth library
instead of google-auth-library, and supports nice optional parameters
like keyFile.

As we discussed in googleapis/google-cloud-node#1463',
many of auth parameters will be called in a initialization
of the module itself and then used later.

For this purpose, GAX also serves an object which keeps
the auth data and handle its feature under the same context.

This also offers a new dependency of google-auto-auth library
instead of google-auth-library, and supports nice optional parameters
like keyFile.
@jmuk
Copy link
Contributor Author

jmuk commented Aug 16, 2016

cc: @swcloud

@jmuk
Copy link
Contributor Author

jmuk commented Aug 16, 2016

The travis failure seems unrelated (filed as #33)

@codecov-io
Copy link

codecov-io commented Aug 16, 2016

Current coverage is 92.85% (diff: 100%)

Merging #32 into master will not change coverage

@@             master        #32   diff @@
==========================================
  Files             8          8          
  Lines           966        966          
  Methods         129        129          
  Messages          0          0          
  Branches        208        208          
==========================================
  Hits            897        897          
  Misses           69         69          
  Partials          0          0          

Powered by Codecov. Last update b90b529...242b47b

@geigerj
Copy link

geigerj commented Aug 16, 2016

There will be a corresponding update to the GAPIC templates, right?

@jmuk
Copy link
Contributor Author

jmuk commented Aug 16, 2016

GAPIC template change is not yet ready, but you can see the generated result at googleapis/google-cloud-node#1476

@geigerj
Copy link

geigerj commented Aug 16, 2016

LGTM.

Can you push an empty commit to force the CI to re-run, assuming the failure is just flakiness?

@jmuk jmuk merged commit 8018782 into googleapis:master Aug 17, 2016
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.

3 participants