Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants