Skip to content

Commit 13a0a4b

Browse files
committed
Specify optional configuration for gcp-auth-extension
1 parent e009336 commit 13a0a4b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

gcp-auth-extension/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ These credentials are built-in running in a Google App Engine, Google Cloud Shel
3232

3333
The extension can be configured either by environment variables or system properties.
3434

35-
Here is a list of configurable options for the extension:
35+
Here is a list of required and optional configuration available for the extension:
3636

37+
#### Required Config
3738
- `GOOGLE_CLOUD_PROJECT`: Environment variable that represents the Google Cloud Project ID to which the telemetry needs to be exported.
3839
- Can also be configured using `google.cloud.project` system property.
3940
- This is a required option, the agent configuration will fail if this option is not set.
40-
- `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).
41+
42+
#### Optional Config
43+
- `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). Additional details about configuring the *quota project* can be found [here](https://cloud.google.com/docs/quotas/set-quota-project).
4144
- Can also be configured using `google.cloud.quota.project` system property.
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).
4345

4446
## Usage
4547

0 commit comments

Comments
 (0)