Ramsons (R2 2024) Modules deployment changes

Module

Instructions

Comments

Contact person

Module

Instructions

Comments

Contact person

mod-fqm-manager

A centralTenantId parameter should be included in the API request to enable mod-fqm-manager when initially configuring new tenants in ECS environments.

Note: This is not necessary at all in non-ECS environments

If the tenant is already part of a consortium (e.g., when upgrading an existing environment), this isn’t necessary, as FQM will retrieve the central tenant ID automatically.

If this is missed when setting up the tenant, it will cause FQM to produce incorrect data in same cases. This can be fixed by simply doing the API request again (withcentralTenantId set, if the tenant has not been added to the consortium)

@Matt Weaver

mod-lists

The Lists module now uses a system user, so the OKAPI_URL and SYSTEM_USER_PASSWORD environment variables will need to be configured.

 

@Matt Weaver

mod-login-saml

Configure DB_ environment variables for PostgreSQL database, see DB_ variables documentation.

Typically, you need to set these:
DB_HOST
DB_PORT
DB_USERNAME
DB_PASSWORD
DB_DATABASE

@Barbara Loehle , @Steve Ellis , @Julian Ladisch