mmpd/process-service
Portal settings
| Name | Required | Defaults to | Description |
|---|---|---|---|
DISABLEPORTALREGISTRATION |
No |
No |
Switch to disable |
PORTAL_INFO_ID |
Yes |
- |
Id of the Location Service Application created in MACMA |
PORTAL_INFO_BASEURL |
Yes |
- |
URL needed for the Location Service registration in the NIAS environemnt |
PORTAL_INFO_AUTHPROVIDERCLIENTID |
Yes |
- |
Authorized MDM user credentials |
PORTAL_URL |
Yes |
- |
MDM external Portal URL |
PORTAL_SCSREGISTRY_SERVICEURL |
Yes |
{process_url}/registry/ |
Registry of external Portal URL |
Macma
| Name | Required | Defaults to | Description |
|---|---|---|---|
OIDC__SERVICEURL |
Yes |
{macma_module_url} |
MACMA’s Service Url |
OIDC__CLIENTID |
Yes |
- |
MDM client-id |
OIDC__CLIENTSECRET |
Yes |
- |
MDM client secret |
OIDC__NAMEDHTTPCLIENTS__CLIENTS__MACMACLIENT__TOKENENDPOINT |
Yes |
{macma_module_url}/access-management/v1/tenants/{nexeedMacmaTenant0Id}/openid-connect/token |
Token endpoint for macma client |
OIDC__NAMEDHTTPCLIENTS__CLIENTS__MACMACLIENT__SCOPES__0 |
Yes |
aud:macma |
Audience for macma client |
OIDC__NAMEDHTTPCLIENTS__CLIENTS__PORTALCLIENT__TOKENENDPOINT |
Yes |
{macma_module_url}/access-management/v1/tenants/{nexeedMacmaTenant0Id}/openid-connect/token |
Token endpoint for portal client |
OIDC__NAMEDHTTPCLIENTS__CLIENTS__PORTALCLIENT__SCOPES__0 |
Yes |
aud:{portal_client_id} |
Audience for portal client |
OIDC__NAMEDHTTPCLIENTS__CLIENTS__MACMACLIENT__SCOPES__1 |
Yes |
openid |
Openid scope required for macma client |
OIDC__NAMEDHTTPCLIENTS__CLIENTS__PORTALCLIENT__SCOPES__1 |
Yes |
openid |
Openid scope required for portal client |
Data Publisher integration
This settings are required only if you need to enable the Data Publisher integration, else they can be ignored.
| Name | Required | Defaults to | Description |
|---|---|---|---|
DATAPLATFORMENABLED |
No |
false |
Global enable / disable for the Data Publisher registration and Data Events messaging. Use true/false to enable/disable integration with Data Publisher module. |
DATAEVENTSMESSAGING__CONNECTOR__HOSTNAME |
Yes |
The host name, eg: rabbitmq-service.shared.svc.cluster.local |
|
DATAEVENTSMESSAGING__CONNECTOR__PORT |
Yes |
Port number, eg: 5672 |
|
DATAEVENTSMESSAGING__CONNECTOR__VIRTUALHOST |
Yes |
datapublisher-inbound |
The virtual host. Use "/" for root, or else the vhost name. |
DATAEVENTSMESSAGING__CONNECTOR__USERNAME |
Yes |
The user name |
|
DATAEVENTSMESSAGING__CONNECTOR__PASSWORD |
Yes |
The password |
|
DATAEVENTSMESSAGING__CONNECTOR__SSLENABLED |
Yes |
Whether to use SSL or not. Valid values: true, false |
|
DATAEVENTSMESSAGING__CONNECTOR__SSLVERSION |
Yes |
SSL version. eg: "TLS12" |
| Name | Required | Defaults to | Description |
|---|---|---|---|
DATAEVENTSMESSAGING__CUSTOMPARAMETERS__RETRYLIMIT |
No |
3 |
Number of retries if a connection fails |
DATAEVENTSMESSAGING__CUSTOMPARAMETERS__RETRYINTERVAL |
No |
0.00:00:10 |
Delay between retry attempts. (Default: 10 sec) |
DATAEVENTSMESSAGING__EXCHANGES__0__NAME |
No |
x.mdm.{tenantId}.{entity}.v1{suffix} |
Template for the exchange name created for datapublisher integration. This must match the name in the registration request |
DATAEVENTSMESSAGING__EXCHANGES__0__TYPE |
No |
fanout |
Exchange type created for datapublisher integration |
Database
| Name | Required | Defaults to | Description |
|---|---|---|---|
DBTYPE |
Yes |
Oracle |
Database type used by service |
CONNECTIONSTRINGS_ORACLECONNECTION |
Yes |
- |
Connection string to Oracle Database |
CONNECTIONSTRINGS_SQLCONNECTION |
Yes |
- |
Connection string to SQL Database |