Skip to content

Commit 4d13a15

Browse files
committed
added notes etc
1 parent 84355db commit 4d13a15

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ It may take a few minutes for the `Code` package to restart.
318318

319319
### Set up User Access Control
320320

321+
{{< alert color="warning" title="Important" >}}
322+
The {{% ctx %}} Configuration Portal should be viewed as a repository of sensitive information which will most likely contain usernames and passwords. Therefore consideration should be given to security when allocating access to the portal, it is advised that access is limited following the practice of least privilege.
323+
{{< /alert >}}
324+
321325
On the Web Application Server:
322326

323327
1. Open a `Windows PowerShell ISE` (x64) window as administrator.
@@ -349,7 +353,6 @@ On the Web Application Server:
349353
| adminAdGroups | An array of Active Directory groups that should have admin access to the Configuration Portal. | `@("Domain Admins Group")` |
350354
| userAdGroups | An array of Active Directory groups that should have user access to the Configuration Portal. | `@("Domain Users Group")` |
351355
| ApplicationName | The name of the application, this will be used for containerisation of user sessions. | `"CortexConfigurationDev"` |
352-
353356
1. Once updated, run the script and verify that it completes without errors.
354357

355358
## Next Steps?

content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex/post-installation/try-it-out.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,22 @@ This guide describes how to try out a new {{% ctx %}} Configuration Portal insta
3434
1. Select the `Type`.
3535
1. Click `CONFIRM` to add the parameter/value pair.
3636

37+
{{< alert type="note" title="Note" >}}
38+
The CORTEX Configuration Portal should be viewed as a repository of sensitive information which will most likely contain usernames and passwords. We recommend that any sensitive data is {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} before it is added to the portal.
39+
{{< /alert >}}
40+
41+
## Test exporting an existing Container
42+
43+
1. You should be able to export a container by doing as follows:
44+
1. Tick the `Export` checkbox next to the container you created in the previous section.
45+
1. Click on the `Export Containers` button.
46+
47+
The file should be downloaded to your computer.
48+
49+
{{< alert type="note" title="Note" >}}
50+
Once you have confirmed the exported file contains the expected data, it is recommended to delete it.
51+
{{< /alert >}}
52+
3753
## Test reading data from Configuration Portal
3854

3955
1. Open a web browser and navigate to the URL of {{% ctx %}} Gateway. This is typically in the format `http://<server-name>/gateway`.

0 commit comments

Comments
 (0)