Skip to content

Commit c2f6a6c

Browse files
committed
Update README to make instructions clear
1 parent a8be69a commit c2f6a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcp-auth-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Here is a list of configurable options for the extension:
3939
- This is a required option, the agent configuration will fail if this option is not set.
4040
- `GOOGLE_CLOUD_QUOTA_PROJECT`: Environment variable that represents the Google Cloud Quota Project ID which will be charged for the GCP API usage. To learn more about a *quota project*, see [here](https://cloud.google.com/docs/quotas/quota-project).
4141
- Can also be configured using `google.cloud.quota.project` system property.
42-
- If this option is not configured, the extension would infer GCP Quota Project ID from the application default credentials. For more information on application default credentials, see [here](https://cloud.google.com/docs/authentication/application-default-credentials).
42+
- If this option is not configured, the extension will use the Quota Project ID found in the Application Default Credentials (ADC), if available. For more information on application default credentials, see [here](https://cloud.google.com/docs/authentication/application-default-credentials).
4343

4444
## Usage
4545

0 commit comments

Comments
 (0)