Skip to content

Commit 959f2e5

Browse files
committed
chore: Update README with warnings about externally source credentials
1 parent 650c303 commit 959f2e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ credentials. This artifact depends on the App Engine SDK.
1616
- [*google-auth-library-oauth2-http*](#google-auth-library-oauth2-http): contains a wide variety of
1717
credentials as well as utility methods to create them and to get Application Default Credentials
1818

19+
> ⚠️ Important: If you accept a credential configuration (credential JSON/File/Stream) from an external source for
20+
authentication to Google Cloud Platform, you must validate it before providing it to any Google API or library. Providing
21+
an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more
22+
information, refer to [documentation](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
23+
1924
**Table of contents:**
2025

2126

0 commit comments

Comments
 (0)