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
<p>To configure GCS credentials, you can set the following
244
244
environment variables if you are using service accont:</p>
245
245
<ul>
246
-
<li><code>GOOGLE_SERVICE_ACCOUNT</code></li>
246
+
<li><code>GOOGLE_SERVICE_ACCOUNT</code> / <code>GOOGLE_SERVICE_ACCOUNT_PATH</code>: location of service account file</li>
247
+
<li><code>GOOGLE_SERVICE_ACCOUNT_KEY</code>: JSON serialized service account key</li>
248
+
<li><code>GOOGLE_APPLICATION_CREDENTIALS</code>: set by gcloud SDK</li>
249
+
<li><ahref="https://cloud.google.com/compute/docs/access/service-accounts#associating_a_service_account_to_an_instance">Google Compute Engine Service Account</a></li>
<p>Note that GCP Workload Identity is NOT supported yet, blocked by <ahref="https://github.com/apache/arrow-rs/issues/3490">https://github.com/apache/arrow-rs/issues/3490</a>.</p>
<p>To configure GCS credentials, you can set the following
772
772
environment variables if you are using service accont:</p>
773
773
<ul>
774
-
<li><code>GOOGLE_SERVICE_ACCOUNT</code></li>
774
+
<li><code>GOOGLE_SERVICE_ACCOUNT</code> / <code>GOOGLE_SERVICE_ACCOUNT_PATH</code>: location of service account file</li>
775
+
<li><code>GOOGLE_SERVICE_ACCOUNT_KEY</code>: JSON serialized service account key</li>
776
+
<li><code>GOOGLE_APPLICATION_CREDENTIALS</code>: set by gcloud SDK</li>
777
+
<li><ahref="https://cloud.google.com/compute/docs/access/service-accounts#associating_a_service_account_to_an_instance">Google Compute Engine Service Account</a></li>
<p>Note that GCP Workload Identity is NOT supported yet, blocked by <ahref="https://github.com/apache/arrow-rs/issues/3490">https://github.com/apache/arrow-rs/issues/3490</a>.</p>
<li><code>AZURE_MSI_ENDPOINT</code> / <code>AZURE_IDENTITY_ENDPOINT</code>: Endpoint to request a imds managed identity token</li>
806
+
<li><code>AZURE_OBJECT_ID</code>: Object id for use with managed identity authentication</li>
807
+
<li><code>AZURE_MSI_RESOURCE_ID</code>: Msi resource id for use with managed identity authentication</li>
808
+
<li><code>AZURE_FEDERATED_TOKEN_FILE</code>: File containing token for Azure AD workload identity federation</li>
802
809
</ul>
803
810
<footerid="open-on-gh">Found a bug? <ahref="https://github.com/roapi/docs/edit/main/src/config/blob-store.md">Edit this file on GitHub.</a></footer><h1id="databases"><aclass="header" href="#databases">Databases</a></h1>
804
811
<p>Thanks to the <ahref="https://github.com/sfu-db/connector-x">connector-x</a> Rust crate,
0 commit comments