diff --git a/platform_versioned_docs/version-23.4.0/data/data-explorer.mdx b/platform_versioned_docs/version-23.4.0/data/data-explorer.mdx index 25721f29..04114abd 100644 --- a/platform_versioned_docs/version-23.4.0/data/data-explorer.mdx +++ b/platform_versioned_docs/version-23.4.0/data/data-explorer.mdx @@ -8,7 +8,7 @@ tags: [data, explorer] With Data Explorer, you can browse and interact with remote data repositories from organization workspaces in Seqera Platform. It supports AWS S3, Azure Blob Storage, and Google Cloud Storage repositories. :::note -To disable Data Explorer globally for all workspaces and users in your account, set `TOWER_DATA_EXPLORER_ENABLED=false` in your environment variables (default: `true`). +To enable Data Explorer globally for all workspaces and users in your **Seqera Enterprise** account, set `TOWER_DATA_EXPLORER_ENABLED=true` in your environment variables (default: `false`). To disable Data Explorer automatic cloud bucket retrieval per workspace in your **Seqera Enterprise** account, specify comma-separated workspace IDs with the `TOWER_DATA_EXPLORER_CLOUD_DISABLED_WORKSPACES` environment variable. ::: @@ -19,10 +19,6 @@ Access the **Data Explorer** tab from any enabled workspace to view and manage a Data Explorer lists public and private cloud storage buckets. Buckets accessible to your workspace cloud credentials are retrieved automatically; workspace maintainers can also configure buckets manually. -:::note -To disable automatic cloud bucket retrieval per workspace, specify comma-separated workspace IDs using the `TOWER_DATA_EXPLORER_CLOUD_DISABLED_WORKSPACES` environment variable. -::: - - **Retrieve cloud buckets with workspace credentials** Private cloud storage buckets accessible to the credentials defined in your workspace are listed in Data Explorer automatically. The cloud storage permissions required for your [AWS](../compute-envs/aws-batch.mdx#iam), [Google Cloud](../compute-envs/google-cloud-batch.mdx#iam), and [Azure Batch](../compute-envs/azure-batch.mdx#create-a-storage-account) compute environment credentials allow full Data Explorer functionality. diff --git a/platform_versioned_docs/version-24.1.1/data/data-explorer.mdx b/platform_versioned_docs/version-24.1.1/data/data-explorer.mdx index 8dcb8967..3a892b0c 100644 --- a/platform_versioned_docs/version-24.1.1/data/data-explorer.mdx +++ b/platform_versioned_docs/version-24.1.1/data/data-explorer.mdx @@ -8,7 +8,7 @@ tags: [data, explorer] With Data Explorer, you can browse and interact with remote data repositories from organization workspaces in Seqera Platform. It supports AWS S3, Azure Blob Storage, and Google Cloud Storage repositories. :::note -To disable Data Explorer globally for all workspaces and users in your account, set `TOWER_DATA_EXPLORER_ENABLED=false` in your environment variables (default: `true`). +To enable Data Explorer globally for all workspaces and users in your **Seqera Enterprise** account, set `TOWER_DATA_EXPLORER_ENABLED=true` in your environment variables (default: `false`). To disable Data Explorer automatic cloud bucket retrieval per workspace in your **Seqera Enterprise** account, specify comma-separated workspace IDs with the `TOWER_DATA_EXPLORER_CLOUD_DISABLED_WORKSPACES` environment variable. :::