We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5ef5a commit 3bc23b3Copy full SHA for 3bc23b3
source/fundamentals/enterprise-auth.txt
@@ -370,7 +370,7 @@ see the corresponding syntax.
370
GCP IMDS
371
++++++++
372
373
-If your application runs on a GCP VM, or otherwise uses the
+If your application runs on a Google Compute Engine VM, or otherwise uses the
374
`GCP Instance Metadata Service <https://cloud.google.com/compute/docs/metadata/querying-metadata>`__,
375
you can authenticate to MongoDB by using {+driver-short+}'s built-in GCP
376
support.
@@ -459,4 +459,4 @@ named ``"access-token.dat"`` in the local file system:
459
.applyToClusterSettings(builder ->
460
builder.hosts(Arrays.asList(new ServerAddress("<hostname>", <port>))))
461
.credential(credential)
462
- .build());
+ .build());
0 commit comments