Promotion Steps:

Note: Promote only if whatsapp chatbot is already running in the system, it uses another copy of user service named “egov-user-chatbot“. Not needed if whatsapp- chatbot is not in the system.


Impact analysis:

The following columns in following tables are encrypted as part of user data  encryption

eg_user

eg_user_address

username

mobilenumber

altcontactnumber

emailid

name

pan

aadhaarnumber

guardian

address


{

      "key": "TradeLicenseRegistryReport",

      "roleAttributeAccessList": [

        {

          "roleCode": "EMPLOYEE",

          "attributeAccessList": [

            {

              "attribute": {

                "jsonPath": "*/name"

              },

              "accessType": "PLAIN"

            },

            {

              "attribute": {

                "jsonPath": "*/mobilenumber",

                "maskingTechnique": "mobile"

              },

              "accessType": "PLAIN"

            }

          ]

        }

      ]

    }