PYTHON-4367 Fix link to GCP VM metadata (#1592)

This commit is contained in:
Shane Harvey 2024-04-15 17:48:40 -07:00 committed by GitHub
parent 60f1a43efa
commit ff442674e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -603,7 +603,7 @@ An application using GCP credentials would look like:
}
client_encryption.create_data_key("gcp", master_key)
The driver will query the `VM instance metadata <https://cloud.google.com/compute/docs/metadata/default-metadata-values>`_ to obtain credentials.
The driver will query the `VM instance metadata <https://cloud.google.com/compute/docs/metadata/querying-metadata>`_ to obtain credentials.
An application using Azure credentials would look like, this time using
:class:`~pymongo.encryption_options.AutoEncryptionOpts`: