Skip to content

Commit 84355db

Browse files
committed
Added missing flow and fixed some typoes
1 parent 1192453 commit 84355db

File tree

1 file changed

+8
-5
lines changed
  • content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ To import the flows, perform the following steps:
2626
1. Once imported, grant `Edit` permissions to these flows using [Studio Authorisation][].
2727

2828
{{< 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.
3030
{{< /alert >}}
3131

3232
### Configure the flows
3333

3434
#### User Access Management flow
3535

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`
3737
1. Open the flow.
3838
1. Click on the first `Set Variable` block to show the properties.
3939
1. Within the value field, update the following parameters only:
@@ -83,7 +83,7 @@ This should look similar to the following:
8383

8484
#### Configuration Management flow
8585

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`
8787
1. Open the flow.
8888
1. Click on the first `Set Variable` block to show the properties.
8989
1. Within the value field, update the following parameters only:
@@ -92,7 +92,7 @@ This should look similar to the following:
9292
| 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"` |
9393
| 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#"` |
9494
| 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` |
9696
| PowerShellDetails.Port | The PowerShell port. | `5985` |
9797
| CortexInteractionPortalPath | The path to the Cortex Configuration Portal. | `@"C:\inetpub\wwwroot\Cortex\ConfigurationPortal"` |
9898
| ConfigurationExportsFolder | The folder containing the configuration being exported. | `@"ConfigurationModule\Exports"` |
@@ -126,7 +126,7 @@ This should look similar to the following:
126126

127127
### Create the Configuration Management Package
128128

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`
130130
1. Click on `Add Package Definition` then:
131131
1. Set the `Package Name` to `CORTEXConfigurationManagement`
132132
1. Select the flows and groups as follows:
@@ -147,6 +147,9 @@ This should look similar to the following:
147147
------ [X] `UAM-Check-Access-Level`
148148
------ [X] `UAM-Get-Config`
149149
------ [X] `UAM-Validate-Token`
150+
[ ] `Generic Flow Library`
151+
--- [ ] `PowerShell`
152+
------ [X] `Execute-PowerShell-Script`
150153
1. Click `Save`
151154
1. Once saved, click `Publish`
152155
1. Once published:

0 commit comments

Comments
 (0)