You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gcp-auth-extension/README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,20 @@ These credentials are built-in running in a Google App Engine, Google Cloud Shel
32
32
33
33
The extension can be configured either by environment variables or system properties.
34
34
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:
36
+
37
+
#### Required Config
36
38
37
39
-`GOOGLE_CLOUD_PROJECT`: Environment variable that represents the Google Cloud Project ID to which the telemetry needs to be exported.
40
+
38
41
- Can also be configured using `google.cloud.project` system property.
39
42
- 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).
43
+
44
+
#### Optional Config
45
+
46
+
-`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).
47
+
41
48
- 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).
0 commit comments