Configuring the configMap.yaml File for Discover parameters
Change the value of the following parameters in the configMap.yaml file:
| Parameter name | Example Values |
|---|---|
TARGETPASS |
C:\\Discover |
PORTALSERVER |
discover-portal |
MDF_PATH |
/mssql-data |
TMSSERVER |
discover-portal |
EXPORTSERVER |
discover-export |
ELKSERVER |
discover-unica-discover-elk |
MAILSERVER |
discover-portal |
REPORTSERVER |
discover-portal |
PROCESSING_SERVER |
processor-0.processor.{{ .Release.Namespace
}}.svc.cluster.local |
HBRSERVER |
hbr-0.hbr.{{.Release.Namespace
}}.svc.cluster.local |
REPLAYSERVER |
replay-0.replay.{{.Release.Namespace
}}.svc.cluster.local |
NAMESPACE |
{{ .Release.Namespace }} |
PACKET_FORWARDER_HOSTNAME |
{{ .Release.Name
}}-unica-discover-packet-fwdr |
PACKET_FORWARDER_PORT |
{{ .Values.service.port.packetforwarder
}} |
DNCA_HOSTNAME |
{{ .Release.Name }}-unica-discover-dnca |
UI_POST_PORT |
{{ .Values.service.port.uipost }} |
ELK_ENABLED |
false |
PROCESSOR |
processor |
HBR |
hbr |
REPLAY |
replay |
CONTEXT |
{{ .Values.global.sofySandboxContext }} |
CANISTERDIR |
"" |
DELAY |
100 |
SPOOLDIR |
"" |
DATACOLLECTOR |
"" |
FORCETOREMOVE |
"" |
REMOVEDATABASE |
"" |
SOURCEFILEPATH |
"" |
TRACKINGHOST |
"" |
TRACKINGPORT |
"" |
TRACKINGSERVICECONFIGURE |
"" |
DBUPGRADEOPTION |
"" |
PRIMARY_INTERFACE |
eth0 |
DNCA_PORT |
8080 |
HOSTNAME |
https://discover-portal.{{ .Values.global.domain
}}New parameter introduced in 12.2.0 to be set as per the requirement of your environment. This parameter defines the public hostname of the Discover portal and is used internally for redirect and callback URL resolution. |
Okta Authentication Configuration
| Parameter name | Example Values |
|---|---|
OKTA_ENABLED |
true.Set to |
OKTADOMAIN |
https://<your-okta-domain>The Okta domain URL. |
OKTASERVERID |
defaultThe Okta authorization server ID |
OKTACLIENTID |
<your-okta-client-id>The Okta application client ID |
OKTACLIENTSECRET |
<your-okta-client-secret>The Okta application client secret. |
OKTAREDIRECTURI |
https://<your-app-url>/callbackRedirect URI configured in Okta. |
OKTAPOSTLOGOUTURI |
https://<your-app-url>/logoutPost-logout redirect URI |