Skip to content

Commit a1da1e9

Browse files
committed
Deploying to gh-pages from @ df03b30 🚀
1 parent cd5e462 commit a1da1e9

4 files changed

Lines changed: 20 additions & 6 deletions

File tree

config/blob-store.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,12 @@ <h2 id="gcs"><a class="header" href="#gcs">GCS</a></h2>
243243
<p>To configure GCS credentials, you can set the following
244244
environment variables if you are using service accont:</p>
245245
<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><a href="https://cloud.google.com/compute/docs/access/service-accounts#associating_a_service_account_to_an_instance">Google Compute Engine Service Account</a></li>
250+
<li><a href="https://cloud.google.com/kubernetes-engine/docs/concepts/workload-identity">GKE Workload Identity</a></li>
247251
</ul>
248-
<p>Note that GCP Workload Identity is NOT supported yet, blocked by <a href="https://github.com/apache/arrow-rs/issues/3490">https://github.com/apache/arrow-rs/issues/3490</a>.</p>
249252
<h2 id="azure-storage"><a class="header" href="#azure-storage">Azure Storage</a></h2>
250253
<p>ROAPI can build tables from datasets hosted in Azure Storage. Configuration is
251254
similar to filesystem store:</p>
@@ -271,6 +274,10 @@ <h2 id="azure-storage"><a class="header" href="#azure-storage">Azure Storage</a>
271274
<li><code>AZURE_STORAGE_TENANT_ID</code></li>
272275
<li><code>AZURE_STORAGE_SAS_KEY</code></li>
273276
<li><code>AZURE_STORAGE_TOKEN</code></li>
277+
<li><code>AZURE_MSI_ENDPOINT</code> / <code>AZURE_IDENTITY_ENDPOINT</code>: Endpoint to request a imds managed identity token</li>
278+
<li><code>AZURE_OBJECT_ID</code>: Object id for use with managed identity authentication</li>
279+
<li><code>AZURE_MSI_RESOURCE_ID</code>: Msi resource id for use with managed identity authentication</li>
280+
<li><code>AZURE_FEDERATED_TOKEN_FILE</code>: File containing token for Azure AD workload identity federation</li>
274281
</ul>
275282
<footer id="open-on-gh">Found a bug? <a href="https://github.com/roapi/docs/edit/main/src/config/blob-store.md">Edit this file on GitHub.</a></footer>
276283
</main>

print.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,9 +771,12 @@ <h2 id="gcs"><a class="header" href="#gcs">GCS</a></h2>
771771
<p>To configure GCS credentials, you can set the following
772772
environment variables if you are using service accont:</p>
773773
<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><a href="https://cloud.google.com/compute/docs/access/service-accounts#associating_a_service_account_to_an_instance">Google Compute Engine Service Account</a></li>
778+
<li><a href="https://cloud.google.com/kubernetes-engine/docs/concepts/workload-identity">GKE Workload Identity</a></li>
775779
</ul>
776-
<p>Note that GCP Workload Identity is NOT supported yet, blocked by <a href="https://github.com/apache/arrow-rs/issues/3490">https://github.com/apache/arrow-rs/issues/3490</a>.</p>
777780
<h2 id="azure-storage"><a class="header" href="#azure-storage">Azure Storage</a></h2>
778781
<p>ROAPI can build tables from datasets hosted in Azure Storage. Configuration is
779782
similar to filesystem store:</p>
@@ -799,6 +802,10 @@ <h2 id="azure-storage"><a class="header" href="#azure-storage">Azure Storage</a>
799802
<li><code>AZURE_STORAGE_TENANT_ID</code></li>
800803
<li><code>AZURE_STORAGE_SAS_KEY</code></li>
801804
<li><code>AZURE_STORAGE_TOKEN</code></li>
805+
<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>
802809
</ul>
803810
<footer id="open-on-gh">Found a bug? <a href="https://github.com/roapi/docs/edit/main/src/config/blob-store.md">Edit this file on GitHub.</a></footer><h1 id="databases"><a class="header" href="#databases">Databases</a></h1>
804811
<p>Thanks to the <a href="https://github.com/sfu-db/connector-x">connector-x</a> Rust crate,

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)