Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Issues:

Issue: Mod-roles-keycloack not healthy

Resulution:

  1. folio.environment - missing, need to add inside JAVA_ARGS

  2. folio.system-user.password - missing, need to add inside JAVA_ARGS

Fix:

Status
colourGreen
titlefixed
in v.2.0.1 https://github.com/folio-org/mod-roles-keycloak/compare/v2.0.0...v2.0.1

Issue: DB migration

Resolution: Migrate DB from 12 to 16 version

Fix:

Status
colourYellow
titlepay attention

Issue: Mod-lists entitlements issue

Resolution: Add permissions to system user:

Code Block
acquisitions-units.units.collection.get,addresstypes.collection.get,circulation-storage.loan-policies.collection.get,circulation.loans.collection.get,configuration.entries.collection.get,departments.collection.get,finance.exchange-rate.item.get,fqm.entityTypes.item.get,fqm.entityTypes.collection.get,fqm.entityTypes.item.columnValues.get,fqm.version.get,fqm.migrate.post,fqm.query.async.results.get,fqm.query.async.results.query.get,fqm.query.async.results.sortedids.get,fqm.query.async.results.post,fqm.version.get,inventory-storage.call-number-types.collection.get,inventory-storage.contributor-name-types.collection.get,inventory-storage.contributor-types.collection.get,inventory-storage.holdings.item.get,inventory-storage.instance-statuses.collection.get,inventory-storage.instance-types.collection.get,inventory-storage.instance-types.item.get,inventory-storage.instances.item.get,inventory-storage.items.item.get,inventory-storage.location-units.libraries.collection.get,inventory-storage.locations.collection.get,inventory-storage.material-types.collection.get,inventory-storage.modes-of-issuance.collection.get,inventory-storage.service-points.collection.get,inventory-storage.statistical-code-types.collection.get,inventory-storage.statistical-codes.collection.get,orders.item.get,orders.po-lines.item.get,organizations-storage.categories.collection.get,organizations-storage.organization-types.collection.get,organizations.organizations.collection.get,usergroups.collection.get,users.collection.get,users.item.get,inventory-storage.classification-types.collection.get,inventory-storage.instance-date-types.collection.get

Jira Legacy
serverSystem Jira
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyEUREKASUP-11

Fix:

Status
colourRed
titlenot ready

Issue: Problem with capabilities creation for new applications.

Resolution: Update mod-roles keycloak to latest version

Fix:

Status
colourGreen
titlefixed
Jira Legacy
serverSystem Jira
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyMODROLESKC-231

Issue: Issue with mod list permissions (permissions different in module descriptor and permissions file)

Resolution: Use latest version of mod-lists

Fix:

Status
colourBlue
titlein progress
Jira Legacy
serverSystem Jira
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyMODLISTS-157

Issue: Sidecar OOM issue

  1. Jira Legacy
    serverSystem Jira
    serverId01505d01-b853-3c2e-90f1-ee9b165564fc
    keyEUREKASUP-13

Resolution:

Fix:

Status
colourRed
titlenot ready

Issue: Problem with permissions to run reindex.

Resolution: Add admin role to EBSCOFseAdmin to run reindex.

Fix:

Status
colourPurple
titlepermissions issue

Issue: Issue with reindex run.

Resolution:

Code Block
UPDATE <tenant>_mod_search.reindex_status 
  SET status='MERGE_COMPLETED';
Code Block
POST /search/index/instance-records/reindex/upload

x-okapi-tenant: [tenant]
x-okapi-token: [okapi-token]

{
  "entityTypes": ["instance", "subject", "contributor", "classification"]
}

Fix:

Status
colourYellow
titlepay attention

Issue: Reset password not working if password not exist

Resolution: Set password to user

Fix:

Jira Legacy
serverSystem Jira
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyUIU-3236

Issue: mod-consortia-keycloakentitlement failed with error:

Code Block
{
          "flowId": "0abf3ea1-c503-4520-b542-a181fe9af2f2",
          "name": "mod-consortia-keycloak-1.6.0-folioModuleInstaller",
          "status": "failed",
          "errorType": "IntegrationException",
          "errorMessage": "Failed to perform doPostTenant call, parameters: [{key: cause, value: 400: Liquibase error: liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CommandExecutionException: liquibase.exception.ValidationFailedException: Validation Failed:\n     1 changesets check sum\n          db/changelog/changes/migrate-data-from-mod-consortia.xml::EUREKA-65@@migrate-data-from-mod_consortia.tenant::yaroslavkiriak was: 9:840c9e3fca9a35c0765b8acb77c6fa1c but is now: 9:14a43b3e97d632d7a66ca22990b43029\n}]",
          "startedAt": "2024-11-08T09:10:27.182+00:00",
          "finishedAt": "2024-11-08T09:10:33.858+00:00"
        },

Resolution: Update MD5 to correct one. Inside DB mod-consortia-keycloak, database changelock, migration from 1.5.1 to 1.6.0

Fix:

Status
colourGreen
titlefixed
Should be fixed if deploying 1.6.0 directly without 1.5.1 installation