File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535use GuzzleHttp \Psr7 \Request ;
3636use InvalidArgumentException ;
3737
38+ /**
39+ * **IMPORTANT**:
40+ * This class does not validate the credential configuration. A security
41+ * risk occurs when a credential configuration configured with malicious urls
42+ * is used.
43+ * When the credential configuration is accepted from an
44+ * untrusted source, you should validate it before using with this method.
45+ * [documentation] https://cloud.google.com/docs/authentication/external/externally-sourced-credentials for more details.
46+ */
3847class ExternalAccountCredentials implements
3948 FetchAuthTokenInterface,
4049 UpdateMetadataInterface,
Original file line number Diff line number Diff line change 3030use InvalidArgumentException ;
3131use LogicException ;
3232
33+ /**
34+ * **IMPORTANT**:
35+ * This class does not validate the credential configuration. A security
36+ * risk occurs when a credential configuration configured with malicious urls
37+ * is used.
38+ * When the credential configuration is accepted from an
39+ * untrusted source, you should validate it before using with this method.
40+ * [documentation] https://cloud.google.com/docs/authentication/external/externally-sourced-credentials for more details.
41+ */
3342class ImpersonatedServiceAccountCredentials extends CredentialsLoader implements
3443 SignBlobInterface,
3544 GetUniverseDomainInterface
You can’t perform that action at this time.
0 commit comments