Skip to content

Commit 23cba58

Browse files
authored
Merge pull request #3662 from replicatedhq/131359
Improvements to Enterprise Portal docs
2 parents 72b51b9 + 8de3833 commit 23cba58

14 files changed

+136
-30
lines changed

docs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ import clsx from 'clsx';
223223
</div>
224224
<div className={clsx("col", "col--4")}>
225225
<div className="browse-docs-link-container">
226-
<a href="/vendor/enterprise-portal-invite" className="browse-docs-link">Manage Enterprise Portal Access</a>
226+
<a href="/vendor/enterprise-portal-invite" className="browse-docs-link">Manage Customer Access to the Enterprise Portal</a>
227227
<p className="browse-docs-link-description">Invite and manage customer portal users</p>
228228
</div>
229229
</div>

docs/vendor/customer-reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can use the Download Portal to give your customers access to the files they
6868
### Enterprise Portal (Beta)
6969

7070
:::note
71-
The **Enterprise Portal** section is available only for customers with the Enterprise Portal enabled. For more information about how to enable the Enterprise Portal for a customer, see [Manage Enterprise Portal Access](/vendor/enterprise-portal-invite).
71+
The **Enterprise Portal** section is available only for customers with the Enterprise Portal enabled. For more information about how to enable the Enterprise Portal for a customer, see [Manage Customer Access to the Enterprise Portal](/vendor/enterprise-portal-invite).
7272
:::
7373

7474
The following shows an example of the **Enterprise Portal** section:

docs/vendor/enterprise-portal-about.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For information about using the Enterprise Portal, see [Access and Use the Enter
4545

4646
The Enterprise Portal is the next generation version of the Replicated Download Portal. Compared to the Download Portal, the Enterprise Portal not only provides access to installation assets and instructions, but also allows users to track available updates, manage their team and service accounts, view the status of their instances, view license details, and more. These features are designed to make it easier for your customers to manage their instances of your application from a centralized location outside of the installation environment.
4747

48-
For more information about enabling Enterprise Portal access for your customers that install using either Embedded Cluster or the Helm CLI, see [Manage Enterprise Portal Access](enterprise-portal-invite).
48+
For more information about enabling Enterprise Portal access for your customers that install using either Embedded Cluster or the Helm CLI, see [Manage Customer Access to the Enterprise Portal](enterprise-portal-invite).
4949

5050
:::note
5151
The Entprise Portal supports Embedded Cluster and Helm CLI installation methods only. Customers that use KOTS in an existing cluster or kURL can continue to use the Download Portal.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Access a Customer's Enterprise Portal
2+
3+
This topic describes how you can access the Enterprise Portal for a customer from the Vendor Portal. This is useful when testing your application installation and upgrade instructions, previewing customizations that you made to the Enterprise Portal, or managing Enterprise Portal users on behalf of one of your customers.
4+
5+
For information about how end users can sign up for an account and log in to the Enterprise Portal, see [Log In To and Use the Enterprise Portal](enterprise-portal-use).
6+
7+
## Log In Using a One-Time Link
8+
9+
You can access the Enterprise Portal for a customer using a one-time login. This is useful for quickly accessing the Enteprise Portal, or if you must not create an account in the customer's Enterprise Portal.
10+
11+
To access the Enterprise Portal for a customer with a one-time login:
12+
13+
1. In the Vendor Portal, go to **Customers > [Customer Name] > Enterprise Portal Access**.
14+
15+
1. In the **Login to portal** section, click **Login to portal**. This generates a one-time login and opens the Enterprise Portal for the customer.
16+
17+
![Login to portal section](/images/enterprise-portal-one-time-login.png)
18+
19+
[View a larger version of this image](/images/enterprise-portal-one-time-login.png)
20+
21+
## Log In With an Account
22+
23+
:::note
24+
If your email address is not yet added to the customer's Enterprise Portal team, send an invitation before attempting to log in. For information about how to add users to a customer's Enterprise Portal from the Vendor Portal, see [Invite Users](enterprise-portal-invite#invite-users) in _Manage Customer Access to the Enterprise Portal_.
25+
:::
26+
27+
To access the Enterprise Portal for a customer by logging in with an account:
28+
29+
1. In the Vendor Portal, do one of the following to get the unique Enterprise Portal link for the customer:
30+
* Go to **Customers > [Customer Name] > Enterprise Portal Access**. Click **View customer's portal link**.
31+
32+
![customer-specific enterprise portal access toggle](/images/customer-enterprise-portal-access-toggle.png)
33+
34+
[View a larger version of this image](/images/customer-enterprise-portal-access-toggle.png)
35+
36+
* Go to **Customers > [Customer Name] > Reporting** and click **View** in the **Enterprise Portal** section.
37+
38+
![Enterprise Portal section of customer reporting page](/images/customer-reporting-enterprise-portal.png)
39+
40+
[View a larger version of this image](/images/customer-reporting-enterprise-portal.png)
41+
42+
43+
1. In the dialog, enter the email address for the existing Enterprise Portal user and click **Continue with email**. The Vendor Portal generates a verification code and sends it to the email address.

docs/vendor/enterprise-portal-invite.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Manage Enterprise Portal Access
1+
# Manage Customer Access to the Enterprise Portal
22

3-
This topic describes how to enable or disable customer access to the Enterprise Portal. It also describes how to invite users to the Enterprise Portal from the Replicated Vendor Portal.
3+
This topic describes how to control customer access to the Enterprise Portal from the Replicated Vendor Portal.
44

5-
For information about customizing the invitation email, see [Customize the Enterprise Portal](enterprise-portal-configure).
5+
For information about how your end customers can manage, invite, and remove team members in their Enterprise Portal, see [Log In To and Use the Enterprise Portal](enterprise-portal-use).
66

77
## Manage Customer Access to the Enterprise Portal {#manage-ep-access}
88

docs/vendor/enterprise-portal-self-serve-signup.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Self-Service Enterprise Portal Sign-Ups
1+
# Enable Self-Service Sign-Ups
22

33
This topic describes how to enable Enterprise Portal self-service sign-ups. This allows users to access your application by signing up for Trial or Community licenses through the Enterprise Portal.
44

5-
For information about customizing the Trial Signup invitation email, see [Customize the Enterprise Portal](enterprise-portal-configure).
5+
For information about how your future and prospective customers can sign up for an account after self-service sign-ups are enabled, see [Log In To and Use the Enterprise Portal](enterprise-portal-use).
66

77
## Overview
88

@@ -20,7 +20,7 @@ To enable Enterprise Portal self-service sign-ups:
2020

2121
1. (Optional) For **Terms and Conditions URL**, enter a URL to the terms and conditions that the user must acknowlwedge before proceeding with signup.
2222

23-
1. For **License Configuration**, configure the default settings for licenses created through self-service signups, including the default channel, expiration date, license type (trial or community), supported installation types, and other support features.
23+
1. For **License Configuration**, configure the default settings for licenses created through self-service signups, including the default channel, expiration date, license type (trial or community), supported installation types, and other support features. For information about customizing the Trial Signup invitation email, see [Customize the Enterprise Portal](enterprise-portal-configure).
2424

2525
1. Click **Save**.
2626

docs/vendor/enterprise-portal-use.mdx

Lines changed: 81 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,46 @@
1-
# Access and Use the Enterprise Portal
1+
# Log In To and Use the Enterprise Portal
22

3-
This topic describes how to access and use the Replicated Enterprise Portal.
3+
This topic describes how to log in to the Replicated Enterprise Portal as a user, and how to use the features in the Enterprise Portal.
44

5-
## Access the Enterprise Portal
5+
For information about how to access the Enterprise Portal for a customer from the Vendor Portal, see [Access a Customer's Enterprise Portal](enterprise-portal-access).
66

7-
To access the Enterprise Portal for a customer:
7+
## Log In To the Enterprise Portal
88

9-
1. If your email address is not yet added to the customer's Enterprise Portal team, send an invitation. See [Invite Users](enterprise-portal-invite#invite-users). You can follow the link in the invitation email to access the Enterprise Portal.
9+
### Log in From the Invitation Email
1010

11-
1. In the Vendor Portal, do one of the following to get the unique Enterprise Portal link for the customer:
12-
* Go to **Customers > [Customer Name] > Enterprise Portal Access**. Click **View customer's portal link**.
11+
Users can log in to the Enterprise Portal after they are invited to join a team. See [Invite or Delete Users](#invite-or-delete-users) below.
1312

14-
![customer-specific enterprise portal access toggle](/images/customer-enterprise-portal-access-toggle.png)
13+
* Go to your email account and open the automated invitation email. Click **Activate your account** to log in.
1514

16-
[View a larger version of this image](/images/customer-enterprise-portal-access-toggle.png)
15+
<img alt="enterprise portal invitation email" src="/images/enterprise-portal-invitation-email.png" width="600px"/>
1716

18-
* Go to **Customers > [Customer Name] > Reporting** and click **View** in the **Enterprise Portal** section.
17+
[View a larger version of this image](enterprise-portal-invitation-email.png)
1918

20-
![Enterprise Portal section of customer reporting page](/images/customer-reporting-enterprise-portal.png)
19+
### Sign Up for a Self-Service Account
2120

22-
[View a larger version of this image](/images/customer-reporting-enterprise-portal.png)
23-
21+
If self-service sign-ups are enabled for the application, users can create an account in the Enterprise Portal without being invited. The primary use case for self-service account creation is to sign up for a trial or community version of the software.
22+
23+
:::note
24+
For information about how to enable self-service sign-ups from the Vendor Portal, see [Enable Self-Service Sign-Ups](/vendor/enterprise-portal-self-serve-signup).
25+
:::
26+
27+
To sign up for a self-service account and log in to the Enteprise Portal:
28+
29+
1. Go to the sign-up page URL.
30+
31+
:::note
32+
For information about how to find the unique sign-up URL in the Vendor Portal, see [Share Your Sign-Up URL](/vendor/enterprise-portal-self-serve-signup#share-trial-url) in _Enable Self-Service Sign-Ups_.
33+
:::
34+
35+
1. Enter your company name and email address, agree to the terms and conditions, and click **Create account**.
36+
37+
The following shows an example of a self-service sign-up page for an application:
2438

25-
1. In the dialog, enter the email address for the existing Enterprise Portal user and click **Continue with email**. The Vendor Portal generates a verification code and sends it to the email address.
39+
<img alt="Self-Service Sign-Up Interaction" src="/images/self-serve-signup-screen.png" width="400px"/>
40+
41+
[View a larger version of this image](/images/self-serve-signup-screen.png)
42+
43+
1. Go to your email account and open the automated account creation email. Follow the link provided in the email to log in.
2644

2745
## View Install and Update Instructions
2846

@@ -58,14 +76,16 @@ To view update instructions in the Enterprise Portal:
5876

5977
1. If an **Update available** button is displayed, click it to view and follow the update instructions for the given instance.
6078

61-
## View Active and Inactive Instances
79+
## View Instance Records
6280

6381
Users can view their active and inactive instances in the Enterprise Portal, including the instance status and other details.
6482

6583
:::note
66-
Air gap instance records do not appear in the Enterprise Portal until the end customer creates an air gap instance record by either uploading a support bundle for that instance or manually entering instance information.
84+
Air gap instance records do not appear in the Enterprise Portal until the user adds a record by either uploading a support bundle for the instance or manually entering instance information. See [Create an Air Gap Instance Record](#create-an-air-gap-instance-record) below.
6785
:::
6886

87+
### View Active and Inactive Instances
88+
6989
To view instances in the Enterprise Portal:
7090

7191
1. In the Enterprise Portal, go to **Updates**.
@@ -79,8 +99,8 @@ To view instances in the Enterprise Portal:
7999

80100
<table>
81101
<tr>
82-
<th>Field</th>
83-
<th>Description</th>
102+
<th width="30%">Field</th>
103+
<th width="70%">Description</th>
84104
</tr>
85105
<tr>
86106
<td>Instance ID</td>
@@ -112,6 +132,48 @@ To view instances in the Enterprise Portal:
112132
</tr>
113133
</table>
114134

135+
### Create an Air Gap Instance Record
136+
137+
Air gap instance records do not appear in the Enterprise Portal until the end customer creates an air gap instance record by either uploading a support bundle for that instance or manually entering instance information.
138+
139+
:::note
140+
To create an air gap instance record in the Enterprise Portal, the customer license must have the **Helm CLI Air Gap Instructions (Helm CLI only)** or **Air Gap Installation Option (Replicated Installers only)** option enabled. For more information, see [Create and Manage Customers](/vendor/releases-creating-customer).
141+
:::
142+
143+
#### Upload a support bundle for the air gap instance
144+
145+
To create an air gap instance record by extracting instance details from a support bundle:
146+
147+
1. On the **Update** page, under **Air gap instances**, click **Create air gap instance record > Upload support bundle**.
148+
149+
<img alt="create air gap instance button" src="/images/enterprise-portal-create-air-gap-instance.png" width="700px"/>
150+
151+
[View a larger version of this image](/images/enterprise-portal-create-air-gap-instance.png)
152+
153+
1. In the **Extract instance info from a support bundle** dialog, upload the support bundle and click **Upload bundle**:
154+
155+
<img alt="manually create air gap instance dialog" src="/images/enterprise-portal-extract-air-gap-instance-bundle.png" width="500px"/>
156+
157+
[View a larger version of this image](/images/enterprise-portal-extract-air-gap-instance-bundle.png)
158+
159+
#### Manually create an air gap instance record
160+
161+
To create an air gap instance record manually:
162+
163+
1. On the **Update** page, under **Air gap instances**, click **Create air gap instance record > Enter information manually**.
164+
165+
<img alt="create air gap instance button" src="/images/enterprise-portal-create-air-gap-instance.png" width="700px"/>
166+
167+
[View a larger version of this image](/images/enterprise-portal-create-air-gap-instance.png)
168+
169+
1. In the **Manually create air gap instance record** dialog, complete the fields and click **Create instance**.
170+
171+
<img alt="manually create air gap instance dialog" src="/images/enterprise-portal-manually-create-air-gap-instance.png" width="500px"/>
172+
173+
[View a larger version of this image](/images/enterprise-portal-manually-create-air-gap-instance.png)
174+
175+
176+
115177
## View Release History
116178

117179
To view the release history in the Enterprise Portal:
@@ -137,7 +199,7 @@ To manage licenses in the Enterprise Portal:
137199

138200
This section includes information about how to manage users and service accounts in the Enterprise Portal.
139201

140-
### Manage Users
202+
### Invite or Delete Users
141203

142204
Customers can invite additional users to the portal and manage their access.
143205

docs/vendor/helm-install-airgap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Before you install, complete the following prerequisites:
3434

3535
Helm air gap installation instructions are provided in either the Enterprise Portal or the Download Portal, depending on which is enabled for the customer.
3636

37-
For more information about enabling the Enterprise Portal for a customer, see [Manage Enterprise Portal Access](/vendor/enterprise-portal-invite).
37+
For more information about enabling the Enterprise Portal for a customer, see [Manage Customer Access to the Enterprise Portal](/vendor/enterprise-portal-invite).
3838

3939
### Enterprise Portal (Beta)
4040

docs/vendor/replicated-onboarding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ After completing the main onboarding tasks, Replicated recommends that you also
441441

442442
The Enterprise Portal is a customizable, web-based portal where your customers can view application install and update instructions, upload support bundles, view insights about their active and inactive instances, and more. The Enterprise Portal is the next generation of the Download Portal. For more information, see [About the Enteprise Portal](/vendor/enterprise-portal-about).
443443

444-
The Enterprise Portal is Beta. You can enable access to the Enterprise Portal for all customers or on a per-customer basis. For more information, see [Manage Enterprise Portal Access](/vendor/enterprise-portal-invite).
444+
The Enterprise Portal is Beta. You can enable access to the Enterprise Portal for all customers or on a per-customer basis. For more information, see [Manage Customer Access to the Enterprise Portal](/vendor/enterprise-portal-invite).
445445

446446
You can also customize the Enterprise Portal so that your customers have a consistent branding experience. For example, you can use a custom domain, add links and contact information, customize the look and feel of the UI, edit the content of invitation and notification emails, and more. For more information about customizing the Enterprise Portal, see [Customize the Enterprise Portal](/vendor/enterprise-portal-configure).
447447

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ const sidebars = {
183183
'vendor/enterprise-portal-configure',
184184
'vendor/enterprise-portal-invite',
185185
'vendor/enterprise-portal-self-serve-signup',
186+
'vendor/enterprise-portal-access',
186187
'vendor/enterprise-portal-use',
187188
],
188189
},

0 commit comments

Comments
 (0)