diff --git a/platform/hosting/data-security/secure-storage-connector.mdx b/platform/hosting/data-security/secure-storage-connector.mdx index 1247096d30..a7d14bd9fe 100644 --- a/platform/hosting/data-security/secure-storage-connector.mdx +++ b/platform/hosting/data-security/secure-storage-connector.mdx @@ -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"; + ## 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. diff --git a/snippets/_includes/weave-byob.mdx b/snippets/_includes/weave-byob.mdx new file mode 100644 index 0000000000..6d5855a4dc --- /dev/null +++ b/snippets/_includes/weave-byob.mdx @@ -0,0 +1,3 @@ + +[The W&B Platform secure storage connector or BYOB](/platform/hosting/data-security/secure-storage-connector) is not available for Weave. + \ No newline at end of file diff --git a/weave/guides/platform.mdx b/weave/guides/platform.mdx index b412ca5752..9a8d40751c 100644 --- a/weave/guides/platform.mdx +++ b/weave/guides/platform.mdx @@ -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: @@ -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. - -[The W&B Platform secure storage connector or BYOB](/platform/hosting/data-security/secure-storage-connector) is not available for Weave. - + ## Maintenance