How to setup the Tenants
Tenant is multi valued field configured in many services like Operations-app,Bxulk Processor etc.
To do a GSMA P2P transfer we need tenant as a primary header and transfer data will be stored to specific tenant hit for that.
Test for minimal mock fund transfer flow starts with checking the tenant configured as this.
Value for the tenant ID can be anything such as lion, gorilla, rhino etc,but it should be configured in database using mysql script.
Tenant values can be overridden From values.yaml as under global variable declaration section as given below.
Copy
global:
tenants: "gorilla,lion,rhino"