File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ unvalidated credential configuration to Google APIs or libraries can compromise
3636the security of your systems and data. For more information, refer to
3737`Validate credential configurations from external sources `_
3838
39- .. _Validate credential configurations from external sources : https://\
40- cloud.google.com/docs/authentication/external/externally-sourced-credentials
39+ .. _Validate credential configurations from external sources :
40+ https:// cloud.google.com/docs/authentication/external/externally-sourced-credentials
4141
4242.. _application-default :
4343
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ def load_credentials_from_file(
9292 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: https:// \
96- cloud.google.com/docs/authentication/external/externally-sourced-credentials
95+ .. _Validate credential configurations from external sources:
96+ https:// cloud.google.com/docs/authentication/external/externally-sourced-credentials
9797
9898 Args:
9999 filename (str): The full path to the credentials file.
@@ -154,8 +154,8 @@ def load_credentials_from_dict(
154154 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: https:// \
158- cloud.google.com/docs/authentication/external/externally-sourced-credentials
157+ .. _Validate credential configurations from external sources:
158+ https:// cloud.google.com/docs/authentication/external/externally-sourced-credentials
159159
160160 Args:
161161 info (Dict[str, Any]): A dict object containing the credentials
You can’t perform that action at this time.
0 commit comments