How to access the MDMS master data folder from backend passing tenantId in Query Parameter #271
-
How to access the MDMS master data folder from backend passing tenantId in Query Parameter |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The state-level tenant is declared at the DevOps level. All services will refer to this global variable to decide mdms folder name. Refer: https://github.com/egovernments/DIGIT-DevOps/blob/4e9b1af299118dabf0fb8ccbd4e3d4a779dd4a72/deploy-as-code/helm/environments/dev.yaml#L28 Here pb added as egov-state-level-tenant-id. All services use this parameter and refer pb folder for master data. |
Beta Was this translation helpful? Give feedback.
The state-level tenant is declared at the DevOps level. All services will refer to this global variable to decide mdms folder name. Refer: https://github.com/egovernments/DIGIT-DevOps/blob/4e9b1af299118dabf0fb8ccbd4e3d4a779dd4a72/deploy-as-code/helm/environments/dev.yaml#L28 Here pb added as egov-state-level-tenant-id. All services use this parameter and refer pb folder for master data.