You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
We don't want to force users to read gRPC docs and construct a Grpc::ChannelCredentials in the common situation that they want to use a keyfile.
How
Allow the initialize method of the client object to accept either a string representing the path to a keyfile, or a Grpc::ChannelCredentials as the value to chan_creds. If a string is received, GAX should construct the Grpc::ChannelCredentials automatically.
Context
What
We don't want to force users to read gRPC docs and construct a
Grpc::ChannelCredentialsin the common situation that they want to use a keyfile.How
Allow the
initializemethod of the client object to accept either astringrepresenting the path to a keyfile, or aGrpc::ChannelCredentialsas the value tochan_creds. If astringis received, GAX should construct theGrpc::ChannelCredentialsautomatically.cc: @landrito @eoogbe