From 2eb156e7227f1634027d6acc695a3c13f1fef76a Mon Sep 17 00:00:00 2001 From: Amber Alston Date: Wed, 27 May 2026 14:47:46 -0600 Subject: [PATCH 1/2] Update EP v2 docs for support bundle 2GB limit and invite checklist - Add 2GB upload limit note to support bundles section with SDK API fallback for larger bundles - Document the new checklist option for sending EP invites during customer creation --- docs/vendor/enterprise-portal-v2-invite.mdx | 2 ++ docs/vendor/enterprise-portal-v2-use.mdx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/vendor/enterprise-portal-v2-invite.mdx b/docs/vendor/enterprise-portal-v2-invite.mdx index 64dcaa7fea..b1e158a455 100644 --- a/docs/vendor/enterprise-portal-v2-invite.mdx +++ b/docs/vendor/enterprise-portal-v2-invite.mdx @@ -27,6 +27,8 @@ To invite a customer's end user to the portal: You can also enable **Automatically invite customer email to Enterprise Portal on creation** so that every new customer with an email address receives an invite automatically. +When Enterprise Portal is enabled for all customers, the customer creation screen includes a checklist option to send an Enterprise Portal invite as part of customer setup. This lets you create a customer and send their portal invite in a single step. + ## Removing users To remove a user from a customer's portal team: diff --git a/docs/vendor/enterprise-portal-v2-use.mdx b/docs/vendor/enterprise-portal-v2-use.mdx index ee37082fcf..5f3bf10cf7 100644 --- a/docs/vendor/enterprise-portal-v2-use.mdx +++ b/docs/vendor/enterprise-portal-v2-use.mdx @@ -76,7 +76,7 @@ Customer team admins can manage their portal team from the Team Settings page: Customers can generate and upload support bundles from the portal: - **Generate bundles**: Follow the instructions on the Support Bundles page to generate a diagnostic bundle from their Linux or Helm installation -- **Upload bundles**: Upload an existing bundle file for vendor analysis +- **Upload bundles**: Upload an existing bundle file for vendor analysis. The maximum upload size is 2 GB. For larger bundles, use the [Replicated SDK API](/reference/replicated-sdk-apis#post-supportbundle) upload endpoint, which has no size restriction. - **View history**: See previously uploaded bundles and their status ## License information From 33bf27eb782a51e5e0b4d169e46979105e753590 Mon Sep 17 00:00:00 2001 From: Amber Alston Date: Wed, 27 May 2026 15:14:54 -0600 Subject: [PATCH 2/2] Fix invite docs: clarify v2 enrollment checkbox behavior The checkbox sets portal version, not invite delivery. Only visible to admins in mixed mode. Customers default to Classic when unchecked. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/vendor/enterprise-portal-v2-invite.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vendor/enterprise-portal-v2-invite.mdx b/docs/vendor/enterprise-portal-v2-invite.mdx index b1e158a455..db2369e088 100644 --- a/docs/vendor/enterprise-portal-v2-invite.mdx +++ b/docs/vendor/enterprise-portal-v2-invite.mdx @@ -27,7 +27,7 @@ To invite a customer's end user to the portal: You can also enable **Automatically invite customer email to Enterprise Portal on creation** so that every new customer with an email address receives an invite automatically. -When Enterprise Portal is enabled for all customers, the customer creation screen includes a checklist option to send an Enterprise Portal invite as part of customer setup. This lets you create a customer and send their portal invite in a single step. +For vendors in mixed mode (both Classic and New enabled), the customer creation screen includes a **Use new Enterprise Portal for this customer** checkbox. When checked, the customer is enrolled in the New portal and any auto-invite email points them to the New portal URL instead of Classic. This checkbox is only visible to team admins. When unchecked or not visible, new customers default to Classic. ## Removing users