Skip to content

Commit 3bc23b3

Browse files
authored
compute engine (#555)
1 parent fc5ef5a commit 3bc23b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/enterprise-auth.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ see the corresponding syntax.
370370
GCP IMDS
371371
++++++++
372372

373-
If your application runs on a GCP VM, or otherwise uses the
373+
If your application runs on a Google Compute Engine VM, or otherwise uses the
374374
`GCP Instance Metadata Service <https://cloud.google.com/compute/docs/metadata/querying-metadata>`__,
375375
you can authenticate to MongoDB by using {+driver-short+}'s built-in GCP
376376
support.
@@ -459,4 +459,4 @@ named ``"access-token.dat"`` in the local file system:
459459
.applyToClusterSettings(builder ->
460460
builder.hosts(Arrays.asList(new ServerAddress("<hostname>", <port>))))
461461
.credential(credential)
462-
.build());
462+
.build());

0 commit comments

Comments
 (0)