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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,16 @@ The extension can be configured either by environment variables or system proper
35
35
Here is a list of required and optional configuration available for the extension:
36
36
37
37
#### Required Config
38
+
38
39
-`GOOGLE_CLOUD_PROJECT`: Environment variable that represents the Google Cloud Project ID to which the telemetry needs to be exported.
40
+
39
41
- Can also be configured using `google.cloud.project` system property.
40
42
- This is a required option, the agent configuration will fail if this option is not set.
41
43
42
44
#### Optional Config
45
+
43
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
+
44
48
- Can also be configured using `google.cloud.quota.project` system property.
0 commit comments