Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion docs/platform/settings/default-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,20 @@ Use the **Object Store for Self-Managed Build Infrastructure** settings to conne
Azure Blob Storage is currently supported only for **Cache Intelligence**. Docker Layer Caching (DLC) and Build Intelligence require AWS S3, GCP Cloud Storage, or S3-compatible storage.
:::

:::note
### Supported Azure Blob Storage Authentication Methods

Cache Intelligence currently supports the following Azure Blob Storage authentication methods:

| Authentication Method | Required Parameters |
| --------------------- | ----------------------------------------------------- |
| **OIDC** | `OIDCTokenID`, `TenantID`, `ClientID`, `AccountName` |
| **Service Principal** | `ClientID`, `ClientSecret`, `TenantID`, `AccountName` |
| **Shared Key** | `AccountName`, `AccountKey` |

> Only the authentication methods listed above are currently supported for Azure Blob Storage integrations with Cache Intelligence.
:::


#### Upload Logs Via Harness

Expand Down Expand Up @@ -196,4 +210,4 @@ This feature is currently behind the feature flag `CDS_NAV_MODULE_VISIBILITY`. T

:::

Use this setting to enable/disable which modules are visible to all users of this account.
Use this setting to enable/disable which modules are visible to all users of this account.
Loading