Info |
---|
Refer to the Library of Congress Additional Ramsons (R2 2024) Release Notes for up-to-date information |
Back-end
Some BE modules only need to be enabled in some tenants:
mod-tlr - Central tenant only
mod-requests-mediated - Secure tenant only
Environment variables
mod-inventory-storage
Name: ECS_TLR_FEATURE_ENABLED
, value: true
.
mod-patron
Name: SECURE_TENANT_ID
, value: secure tenant ID
edge-patron
Name: SECURE_TENANT_ID
, value: secure tenant ID
Potential Liquibase issues
...
Secure tenant is a non-central tenant that will be used for handling secure requests. In
It should be a separate tenant with the property security=true
set as described here
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
As mentioned in the Back end section, in LoC-like environmentenvironments, It Secure tenant should be the only tenant one where mod-requests-mediated module is enabled.
Environment variables
edge-patron
Name: SECURE_TENANT_ID
, value: secure tenant’s name.
Manual set-up after deployment
...