Master Migration Document

2.8 release master migration document

Bill Amendment (Billing-service)

W&S Bill Amendment workflow config migration

  • Verify once if workflow name is hardcoded except edited parts of UI, Backend - check in indices and report - checked not present except config

  • Verify if wf config is there for tenant level or state level only

  • An update has to be added as a patch to the first release of the amendment

Water & Sewerage

Note : Replace the existing persister files with the latest files linked above.

Privacy Feature

By default encryption & privacy is disabled for 2.8

  • To disable privacy for Property and W&S make changes in the MDMS- DataSecurity -> SecurityPolicy.json file.

  • For models- Property,PropertyDecrypDisabled, WnSConnection, WnSConnectionOwner, WnSConnectionDecrypDisabled, WnSConnectionOwnerDecrypDisabled, WnSConnectionPlumber, WnSConnectionPlumberDecrypDisabled; insert only one attribute in the attributeList as follows:

 {
         "name": "sample",
         "jsonPath": "sample",
         "patternId": null,
         "defaultVisibility": "PLAIN"
    }
  • Insert the name and jsonPath which are not actually expected to be present in the RequestBody/ResponseBody

  • Files to be updated

    1. Masking patterns - needed only if enc is enabled and carried our for old data.

  • Once the above changes are done deploy the following builds:

    1. Ws-services

    2. Property-services

    3. Sw-services

    4. Inbox

    5. Restart egov-user service

  • Impact of privacy framework

    1. The privacy implementation masks the PII information based on the MDMS config (Security Policy)

    2. The masking/unmasking of data is entirely dependent on the roles of the users in the system, adding or removing these roles from the config will enable masking for each role.

    3. There is no module-level control here, so if a W&S role is added to an employee of TL then data will be masked so cross-using of roles should be avoided.

    4. The agreement with Manish is that the privacy be disabled until redesign with the module filter - Done

    5. The policy should be defined for adding or removing fields from the encryption process.

  • W&S privacy (Skip over if encryption is not carried out)

    1. Deploy the latest builds provided for the 2.8 release {builds}

    2. Add privacy configs to MDMS (SecurityPolicy.json)

    3. Restart the MDMS service followed by the encryption service

    4. Add the temporary index config update index with encrypted data

      • This file will fetch data from the Encryption of old data and upload it to the existing index so that the index will be encrypted or masked as per config.

    5. Trigger the encryption of old data through the provided APIs

    6. Validating the encryption of old data {Doc Link}

    7. Disable & enable decryption.privacy

      • water.decryption.abac.enabled=true

      • sewerage.decryption.abac.enabled=true

  • PT privacy (Skip over if encryption is not carried out)

    1. Deploy the latest builds provided for the 2.8 release

    2. Add privacy configs to MDMS (SecurityPolicy.json)

    3. Restart the MDMS service followed by the encryption service

    4. Add the temporary index config update index with encrypted data

    5. Add the new index config for the fuzzy search index

    6. Trigger the encryption of old data through the provided APIs

    7. Validating the encryption of old data {Doc Link}

    8. Disable & enable decryptionprivacy

      • property-decryption-abac-enabled: "true"

  • Bill genie

    1. No changes required

  • Bulk Bill PDF Generation and Performance Testing

    1. Enhancement is part of the new build release.

  • W&S Bulk Bill Generation and Performance Testing

  • privacy integration - PT

    1. Covered as part of privacy above

  • Notification based on channels - PGR

    1. Localisation added as part of the release KIT

  • Notification based on channels - mCollect

    1. Localisation added as part of the release KIT

  • OBPS/ BPA (Notifications only)

    1. Localisation added as part of the release KIT

  • National Dashboard Adaptor Integration Testing

    1. The Docs are specific to Punjab implementation, generic product document is in the pipeline.

  • NationalDashBoard 3 New KPI

    1. MasterDashboardConfig.json

  • Finance Module State DSS

BackWard Compatibility Results -

UI Changes

Please add all MDMS changes before deploying the UI code.

Old UI

Only Fire Noc and Tabular reports are PO signed off in the current release for the OLD UI, the rest of the modules are covered as part of backward compatibility tests shared above.

Last updated

​All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.