You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@ It may take a few minutes for the `Code` package to restart.
312
312
### Set up User Access Control
313
313
314
314
{{< alert color="warning" title="Important" >}}
315
-
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 granting access to the portal, it is advised that access is limited following the practice of least privilege.
315
+
The {{% ctx %}} Configuration Portal should be treated as a repository of sensitive information which will most likely contain usernames and passwords. Therefore consideration should be given to security when granting access to the portal, it is advised that access is limited following the practice of least privilege.
Copy file name to clipboardExpand all lines: content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex/post-installation/try-it-out.md
+39-16Lines changed: 39 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
2
title: "Try it out"
3
3
linkTitle: "Try it out"
4
-
description: "Information about trying out {{% ctx %}} for the first time."
4
+
description: "Information about trying out {{% ctx %}} Configuration Portal for the first time."
5
5
weight: 10
6
6
---
7
7
8
8
# {{% param title %}}
9
9
10
-
This guide describes how to try out a new {{% ctx %}} Configuration Portal installation to make sure it is working. Please ensure that [Setup Gateway][] has been completed before taking these steps.
10
+
This guide describes how to try out a new {{% ctx %}} Configuration Portal installation to make sure it is working.
11
11
12
12
## Test Access to Configuration Portal
13
13
14
-
1. Open a web browser and navigate to the URL of the Configuration Portal. This is typically in the format `http://<server-name>/ConfigurationPortal`.
15
-
1. Log in using your Active Directory credentials. Ensure that the account you are using is part of one of the Active Directory groups specified during installation.
14
+
1. Open a web browser and navigate to `<protocol>://<host>:<port>/<webapplicationname>`, e.g. `https://sever.domain.com/configurationportal`.
15
+
1. Log in using your Active Directory credentials. Ensure that the account you are using is a member of one of the Active Directory groups specified during installation.
16
16
17
17
## Test adding a new Configuration Container and Data
18
18
@@ -21,7 +21,7 @@ This guide describes how to try out a new {{% ctx %}} Configuration Portal insta
21
21
1. Fill in the `Name` field with the value `TestContainer`.
22
22
1. Click `Confirm` to create the container.
23
23
1. Click the container you just created.
24
-
1. Using the values of the table below, add a some data to the created container as follows:
24
+
1. Using the values of the table below, add data to the created container as follows:
@@ -35,28 +35,51 @@ This guide describes how to try out a new {{% ctx %}} Configuration Portal insta
35
35
1. Click `CONFIRM` to add the parameter/value pair.
36
36
37
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.
38
+
The {{% ctx %}} Configuration Portal should be treated 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
39
{{< /alert >}}
40
40
41
41
## Test exporting an existing Container
42
42
43
43
1. You should be able to export a container by doing as follows:
44
+
1. Click on `Home` to navigate back.
44
45
1. Tick the `Export` checkbox next to the container you created in the previous section.
45
46
1. Click on the `Export Containers` button.
46
47
47
48
The file should be downloaded to your computer.
48
49
50
+
## Test importing an existing Container
51
+
52
+
1. Modify some parameters from the `TestContainer` by doing as follows:
53
+
1. Click on the `TestContainer` to open it.
54
+
1. Click on the `Delete` button for `TestText`.
55
+
1. Confirm the deletion by clicking `OK` on the pop-up.
56
+
1. Click on the `Edit` button for `TestInteger`.
57
+
1. Change the value to `33`.
58
+
1. Click `CONFIRM` to save the changes.
59
+
60
+
1. You should be able to import a container by doing as follows:
61
+
1. Click on `Home` to navigate back.
62
+
1. Click on the `Import Containers` button.
63
+
1. Select the previously exported container `zip` file.
64
+
1. Click `Open` to load the container.
65
+
1. On the confirmation page, click `IMPORT`.
66
+
1. Please confirm the import by clicking the`OK` button on the pop-up.
67
+
68
+
1. Verify that the container has been imported by doing as follows:
69
+
1. Click on the `TestContainer` to open it.
70
+
1. Verify that the parameter `TestText` has been re-added and that the value of `TestInteger` retained the modified value of `33`.
71
+
49
72
{{< alert type="note" title="Note" >}}
50
-
Once you have confirmed the exported file contains the expected data, it is recommended to delete it.
73
+
Once you have successfully imported containers, it is recommended to always delete all the `zip` files.
51
74
{{< /alert >}}
52
75
53
76
## Test reading data from Configuration Portal
54
77
55
-
1. Open a web browser and navigate to the URL of {{% ctx %}} Gateway. This is typically in the format `http://<server-name>/gateway`.
78
+
1. Open a web browser and navigate to `<protocol>://<host>:<port>/<webapplicationname>`, e.g. `https://server.domain.com/gateway`
56
79
1. Log in using your Active Directory credentials.
57
-
1. Click on the `Dev`charms, then search for `CM-Get-Config`.
80
+
1. Click on the `Dev`charm, then search for `CM-Get-Config`.
58
81
1. Click on the flow `CM-Get-Config`.
59
-
1. Once the flow opened, in the Settings tab, set the `ContainersNames`field to `["TestContainer"]`.
82
+
1. Once the flow has opened, in the Settings tab, set the `ContainersNames`property to `["TestContainer"]`.
60
83
1. Add a breakpoint to the `End Flow` block.
61
84
1. Click on the `Run` button to execute the flow.
62
85
1. When the flow hits the breakpoint, click on the `Variables` tab.
@@ -69,12 +92,7 @@ Once you have confirmed the exported file contains the expected data, it is reco
0 commit comments