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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,14 @@ To import the flows, perform the following steps:
26
26
1. Once imported, grant `Edit` permissions to these flows using [Studio Authorisation][].
27
27
28
28
{{< alert type="note" title="Note" >}}
29
-
Once the flows are imported, they should be available from the ‘Dev’ charms menu. Note that you may need to refresh {{% ctx %}} Gateway after importing.
29
+
Once the flows are imported, they should be available from the `Dev` charms menu. Note that you may need to refresh {{% ctx %}} Gateway after importing.
30
30
{{< /alert >}}
31
31
32
32
### Configure the flows
33
33
34
34
#### User Access Management flow
35
35
36
-
1. Within {{% ctx %}} Gateway, open the `Dev`charms then search for `UAM-Get-Config`
36
+
1. Within {{% ctx %}} Gateway, open the `Dev`charm then search for `UAM-Get-Config`
37
37
1. Open the flow.
38
38
1. Click on the first `Set Variable` block to show the properties.
39
39
1. Within the value field, update the following parameters only:
@@ -83,7 +83,7 @@ This should look similar to the following:
83
83
84
84
#### Configuration Management flow
85
85
86
-
1. Within {{% ctx %}} Gateway, open the `Dev`charms then search for `CM-Config-Settings`
86
+
1. Within {{% ctx %}} Gateway, open the `Dev`charm then search for `CM-Config-Settings`
87
87
1. Open the flow.
88
88
1. Click on the first `Set Variable` block to show the properties.
89
89
1. Within the value field, update the following parameters only:
@@ -92,7 +92,7 @@ This should look similar to the following:
92
92
| PowerShellDetails.Username | The username of an account that can run PowerShell commands on the host specified for `PowerShellDetails.Host`, e.g., Service Account. {{< alert type="note" title="Note" >}}This user should be an administrator on the targeted Host.{{< /alert >}} |`"ctx_serviceuser"`|
93
93
| PowerShellDetails.Password | The password for the username specified for `PowerShellDetails.Username`. {{< alert type="note" title="Note" >}}This field must be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}}.{{< /alert >}} |`"#_124211015226168!130105247000243225146179242013178~146135159100034!214216128191025238010012072111212#"`|
94
94
| PowerShellDetails.Domain | The domain for the username specified for `PowerShellDetails.Username`. |`"domain.com"`|
95
-
| PowerShellDetails.Host | The host executing the PowerShell commands. {{< alert type="note" title="Note" >}}This must target a specific {{% ctx %}} Server.{{< /alert >}}|`"cortexapp-machine.domain.com"` or `"cortexapp-machine"`|
95
+
| PowerShellDetails.Host | The host executing the PowerShell commands. |`"cortexapp-machine.domain.com"` or `"cortexapp-machine"` or `Environment.MachineName`|
96
96
| PowerShellDetails.Port | The PowerShell port. |`5985`|
97
97
| CortexInteractionPortalPath | The path to the Cortex Configuration Portal. |`@"C:\inetpub\wwwroot\Cortex\ConfigurationPortal"`|
98
98
| ConfigurationExportsFolder | The folder containing the configuration being exported. |`@"ConfigurationModule\Exports"`|
@@ -126,7 +126,7 @@ This should look similar to the following:
126
126
127
127
### Create the Configuration Management Package
128
128
129
-
1. Within {{% ctx %}} Gateway, open the `Admin`charms then click on `Packages`
129
+
1. Within {{% ctx %}} Gateway, open the `Admin`charm then click on `Packages`
130
130
1. Click on `Add Package Definition` then:
131
131
1. Set the `Package Name` to `CORTEXConfigurationManagement`
132
132
1. Select the flows and groups as follows:
@@ -147,6 +147,9 @@ This should look similar to the following:
0 commit comments