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: docs/auth.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Object of one of the following classes:
51
51
52
52
auth = OAuthTokenAuth('<OAuth_token>')
53
53
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>`_.
55
55
56
56
Example:
57
57
@@ -69,9 +69,9 @@ Object of one of the following classes:
69
69
# or
70
70
auth = EnvIAMTokenAuth("ENV_VAR")
71
71
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.
73
73
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.
0 commit comments