Skip to content

Commit 250b108

Browse files
committed
Update README to reflect effect of fallback option
1 parent 58d4bad commit 250b108

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javaagent-extensions/gcp-auth/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Here is a list of configurable options for the extension:
3333

3434
- `GOOGLE_CLOUD_PROJECT`: Environment variable that represents the Google Cloud Project ID to which the telemetry needs to be exported.
3535
- Can also be configured using `google.cloud.project` system property.
36-
37-
It is **mandatory** to configure this option for the extension, not doing so would lead to a `ConfigurationException`.
36+
- If this option is not configured, the extension would infer GCP 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).
3837

3938
## Usage
4039

0 commit comments

Comments
 (0)