Skip to end of banner
Go to start of banner

Vega - ECS requests, Mediated requests, Secure requests deployment

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Back-end

Environment variables

mod-inventory-storage

Name: ECS_TLR_FEATURE_ENABLED , value: true.

Potential Liquibase issues

If you’re deploying mod-tlr from scratch, there shouldn’t be any issue, but if you upgrade it from an older version, you might encounter an issue with Liquibase checksums. In order to fix you should clean Liquibase tables in mod-tlr’s DB as well as drop mod-tlr’s own tables:

delete from {TENANTID}_mod_tlr.databasechangelog;
delete from {TENANTID}_mod_tlr.databasechangeloglock;
drop table {TENANTID}_mod_tlr.ecs_tlr;
drop table {TENANTID}_mod_tlr.tlr_settings;

Front-end

Add new variable enableEcsRequests: true, to platform-completestripes.config.jsconfig.

Manual set-up after deployment

  • Allow TLR in all tenants (Settings → Circulation → General)

  • Enable ECS TLR feature in the central tenant (Settings → Circulation → General)

  • Optionally, check manually that the feature has been enabled in both mod-tlr and mod-circulation-storage:
    GET /tlr/settings
    GET /circulation-settings-storage/circulation-settings

  • No labels