Skip to content

Commit 994c788

Browse files
committed
Before try it out
1 parent 42584e0 commit 994c788

File tree

1 file changed

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

1 file changed

+16
-14
lines changed

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

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,13 @@ It may take a few minutes for the `Code` package to restart.
312312
### Set up User Access Control
313313

314314
{{< 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 allocating access to the portal, it is advised that access is limited following the practice of least privilege.
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.
316316
{{< /alert >}}
317317

318318
On the Web Application Server:
319319

320-
1. Open a `Windows PowerShell ISE` (x64) window as administrator.
321-
1. Change the location to where the `Cortex Innovation {{< version >}} - Configuration Portal.zip` was extracted, inside the `Cortex Configuration Portal` folder, e.g. `cd "C:\Install\Cortex Innovation {{< version >}} - Configuration Portal\Cortex Configuration Portal"`.
320+
1. Open a Windows PowerShell ISE (x64) window as administrator.
321+
1. Change the location to where `Cortex Innovation {{< version >}} - Configuration Portal.zip` was extracted to, inside the `Cortex Configuration Portal` folder, e.g. `cd "C:\Install\Cortex Innovation {{< version >}} - Configuration Portal\Cortex Configuration Portal"`.
322322
1. In the script section, copy the following script:
323323

324324
``` powershell
@@ -335,17 +335,17 @@ On the Web Application Server:
335335
```
336336

337337
1. Update the following parameters:
338-
| Name | Description | Example |
339-
|-----------------|------------------------------------------------------------------------------------------------|------------------------------------------|
340-
| URL | The URL of the Application Server APIGateway endpoint, or loadbalancer. | `"https://cortexapp-machine.domain.com"` |
341-
| Port | The port of the Application Server APIGateway endpoint, or loadbalancer. | `"8722"` |
342-
| Username | The username used to authenticate against the Application Server APIGateway. | `"BasicAuthUser"` |
343-
| Password | The password for the username specified for `Username`. | `"<password>"` |
344-
| Tenant | The tenant defining the scope of the Configuration storage and user sessions. | `"default"` |
345-
| Environment | The system defining the scope of the Configuration storage and user sessions. | `"default"` |
346-
| adminAdGroups | An array of Active Directory groups that should have admin access to the Configuration Portal. | `@("Domain Admins Group")` |
347-
| userAdGroups | An array of Active Directory groups that should have user access to the Configuration Portal. | `@("Domain Users Group")` |
348-
| ApplicationName | The name of the application, this will be used for containerisation of user sessions. | `"CortexConfigurationDev"` |
338+
| Name | Description | Example |
339+
|-----------------|-------------------------------------------------------------------------------------------------------|------------------------------------------|
340+
| URL | The URL of the Application Server APIGateway endpoint, or loadbalancer. | `"https://cortexapp-machine.domain.com"` |
341+
| Port | The port of the Application Server APIGateway endpoint, or loadbalancer. | `"8722"` |
342+
| Username | The username specified for `ApiGatewayBasicAuthUsername` when [installing the Application Servers][]. | `"<Username>"` |
343+
| Password | The password specified for `ApiGatewayBasicAuthPassword` when [installing the Application Servers][]. | `"<Password>"` |
344+
| Tenant | The tenant defining the scope of the Configuration storage and user sessions. | `"default"` |
345+
| Environment | The system defining the scope of the Configuration storage and user sessions. | `"default"` |
346+
| adminAdGroups | An array of Active Directory groups that should have admin access to the Configuration Portal. | `@("Domain Admins Group")` |
347+
| userAdGroups | An array of Active Directory groups that should have user access to the Configuration Portal. | `@("Domain Users Group")` |
348+
| ApplicationName | The `ApplicationName` set in step 5 of [Copy and configure relevant files][]. | `"CortexConfigurationDev"` |
349349
1. Once updated, run the script and verify that it completes without errors.
350350

351351
## Next Steps?
@@ -355,3 +355,5 @@ On the Web Application Server:
355355
[Try it out]: {{< url path="Cortex.GettingStarted.OnPremise.AddConfigurationPortalToCortex.PostInstallation.TryItOut" >}}
356356
[Studio Authorisation]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.StudioAuthorisation.MainDoc" >}}
357357
[Gateway]: {{< url path="Cortex.Guides.Gateway.MainDoc" >}}
358+
[installing the Application Servers]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
359+
[Copy and configure relevant files]: {{< ref path="#copy-and-configure-relevant-files" >}}

0 commit comments

Comments
 (0)