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
Copy file name to clipboardExpand all lines: UPGRADING.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,8 +305,6 @@ A trait is a better fit as it's a utility class.
305
305
<td><code>Credentials\GCECredentials</code>
306
306
<p>
307
307
=> <code>Credentials\ComputeCredentials</code>
308
-
<p>
309
-
=> <code>Credentials\MetadataCredentials</code>
310
308
</td>
311
309
<td>"Compute" represents a suite of products (App Engine, Compute Engine, Cloud Functions, Cloud Run) which all have a metadata server, and so use these credentials.
312
310
<p>
@@ -637,6 +635,18 @@ Proper caching should make this unnecessary
637
635
Proper caching should make this unnecessary
638
636
</td>
639
637
</tr>
638
+
<tr>
639
+
<td><code>GCECredentials</code>
640
+
<p>
641
+
<code>:: getTokenUri</code>
642
+
<p>
643
+
<code>:: getClientNameUri</code>
644
+
</td>
645
+
<td><strong>not needed</strong>
646
+
<p>
647
+
The URIs used to call the metadata server is implementation detail, and does not need to be public
0 commit comments