Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions platform/hosting/data-security/secure-storage-connector.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ keywords: ["custom bucket", "S3 bucket", "GCS bucket", "Azure blob storage"]
---

import ByobContextNote from "/snippets/_includes/byob-context-note.mdx";
import WeaveByob from "/snippets/_includes/weave-byob.mdx";

<ByobContextNote/>
<WeaveByob/>

## Overview
Bring your own bucket (BYOB) lets you store W&B artifacts and other sensitive data in your own cloud or on-premises infrastructure. For [Dedicated Cloud](/platform/hosting/hosting-options/dedicated-cloud) or [Multi-tenant Cloud](/platform/hosting/hosting-options/multi_tenant_cloud), W&B doesn't copy the data you store in your bucket to the W&B managed infrastructure. This page is for W&B administrators and platform engineers who need to retain ownership of artifact storage to meet data governance, residency, or compliance requirements.
Expand Down
3 changes: 3 additions & 0 deletions snippets/_includes/weave-byob.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Warning>
[The W&B Platform secure storage connector or BYOB](/platform/hosting/data-security/secure-storage-connector) is not available for Weave.
</Warning>
6 changes: 3 additions & 3 deletions weave/guides/platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: "Learn about Weave's deployment options, IAM management, and data s
keywords: ["deployment", "IAM", "SSO", "Dedicated Cloud", "data security"]
---

import WeaveByob from "/snippets/_includes/weave-byob.mdx";

This page describes how to deploy Weave, manage access, and protect data, so you can choose the deployment option and security controls that fit your organization's needs.

Weave is available on the following deployment options:
Expand Down Expand Up @@ -35,9 +37,7 @@ The data security protections available to you depend on your deployment option.
- **[Data encryption](/platform/hosting/data-security/data-encryption):** W&B encrypts data at rest using a unique W&B-managed encryption key.
- **ClickHouse cluster security:** W&B connects to the unique ClickHouse Cloud cluster for your Dedicated Cloud instance over the cloud provider's private network. W&B also encrypts the cluster with a unique W&B-managed encryption key and uses ClickHouse's file-level encryption.

<Warning>
[The W&B Platform secure storage connector or BYOB](/platform/hosting/data-security/secure-storage-connector) is not available for Weave.
</Warning>
<WeaveByob/>

## Maintenance

Expand Down
Loading