@@ -85,14 +85,14 @@ def load_credentials_from_file(
8585 user credentials, external account credentials, or impersonated service
8686 account credentials.
8787
88- Important: If you accept a credential configuration (credential JSON/File/Stream)
88+ .. warning::: Important: If you accept a credential configuration (credential JSON/File/Stream)
8989 from an external source for authentication to Google Cloud Platform, you must
9090 validate it before providing it to any Google API or client library. Providing an
9191 unvalidated credential configuration to Google APIs or libraries can compromise
92- the security of your systems and data. For more information, refer to
92+ the security of your systems and data. For more information, refer to
9393 `Validate credential configurations from external sources`_.
9494
95- .. _Validate credential configurations from external sources:
95+ .. _Validate credential configurations from external sources:
9696 https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
9797
9898 Args:
@@ -147,14 +147,14 @@ def load_credentials_from_dict(
147147 user credentials, external account credentials, or impersonated service
148148 account credentials.
149149
150- Important: If you accept a credential configuration (credential JSON/File/Stream)
150+ .. warning::: Important: If you accept a credential configuration (credential JSON/File/Stream)
151151 from an external source for authentication to Google Cloud Platform, you must
152152 validate it before providing it to any Google API or client library. Providing an
153153 unvalidated credential configuration to Google APIs or libraries can compromise
154- the security of your systems and data. For more information, refer to
154+ the security of your systems and data. For more information, refer to
155155 `Validate credential configurations from external sources`_.
156156
157- .. _Validate credential configurations from external sources:
157+ .. _Validate credential configurations from external sources:
158158 https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
159159
160160 Args:
0 commit comments