Skip to content

Commit 444e856

Browse files
committed
Update auth.rst
1 parent f9a0d8c commit 444e856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/auth.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Object of one of the following classes:
5151
5252
auth = OAuthTokenAuth('<OAuth_token>')
5353
54-
* :py:class:`MetadataAuth` - Allows you to explicitly set authentication as the service account specified in the {{ compute-full-name }} VM `metadata <../../compute/concepts/vm-metadata.md>`_.
54+
* :py:class:`MetadataAuth` - Allows you to explicitly set authentication as the service account specified in the Yandex Compute Cloud VM `metadata <https://yandex.cloud/docs/compute/concepts/vm-metadata>`_.
5555

5656
Example:
5757

@@ -69,9 +69,9 @@ Object of one of the following classes:
6969
# or
7070
auth = EnvIAMTokenAuth("ENV_VAR")
7171
72-
The SDK obtains the IAM token from this environment variable with each request, so you can occasionally update the IAM token in the environment variable yourself outside the SDK. This authentication option is optimal for use with a `service agent <../../datasphere/operations/community/create-ssa.md>`_ in {{ ml-platform-full-name }} if that service has `access <../../iam/concepts/service-control.md>`_ to other resources in the user's cloud.
72+
The SDK obtains the IAM token from this environment variable with each request, so you can occasionally update the IAM token in the environment variable yourself outside the SDK. This authentication option is optimal for use with a `service agent <https://yandex.cloud/docs/datasphere/operations/community/create-ssa>`_ in Yandex DataSphere if that service has `access <https://yandex.cloud/docs/iam/concepts/service-control>`_ to other resources in the user's cloud.
7373

74-
* :py:class:`YandexCloudCLIAuth` - Allows you to explicitly set authentication as a `user <../../iam/concepts/users/accounts.md>`_ or service account `specified <../../cli/operations/index.md#auth>`_ in the `{{ yandex-cloud }} CLI <../../cli/index.yaml>`_ profile on the user's computer.
74+
* :py:class:`YandexCloudCLIAuth` - Allows you to explicitly set authentication as a `user <https://yandex.cloud/docs/iam/concepts/users/accounts>`_ or service account `specified <https://yandex.cloud/docs/cli/operations/#auth>`_ in the `Yandex Cloud CLI <https://yandex.cloud/docs/cli/>`_ profile on the user's computer.
7575

7676
Example:
7777

0 commit comments

Comments
 (0)