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 Oct 31, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/grpc_asyncio.py
+4-1
Original file line number
Diff line number
Diff line change
@@ -213,8 +213,11 @@ def __init__(
213
213
ifnotself._grpc_channel:
214
214
self._grpc_channel=type(self).create_channel(
215
215
self._host,
216
+
# use the credentials which are saved
216
217
credentials=self._credentials,
217
-
credentials_file=credentials_file,
218
+
# Set ``credentials_file`` to ``None`` here as
219
+
# the credentials that we saved earlier should be used.
0 commit comments