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: src/config/blob-store.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
@@ -83,9 +83,11 @@ tables:
83
83
To configure GCS credentials, you can set the following
84
84
environment variables if you are using service accont:
85
85
86
-
* `GOOGLE_SERVICE_ACCOUNT`
87
-
88
-
Note that GCP Workload Identity is NOT supported yet, blocked by [https://github.com/apache/arrow-rs/issues/3490](https://github.com/apache/arrow-rs/issues/3490).
86
+
* `GOOGLE_SERVICE_ACCOUNT` / `GOOGLE_SERVICE_ACCOUNT_PATH`: location of service account file
87
+
* `GOOGLE_SERVICE_ACCOUNT_KEY`: JSON serialized service account key
88
+
* `GOOGLE_APPLICATION_CREDENTIALS`: set by gcloud SDK
89
+
* [Google Compute Engine Service Account](https://cloud.google.com/compute/docs/access/service-accounts#associating_a_service_account_to_an_instance)
0 commit comments