When I start multi-tenant installation I get the error: "Installation forbidden. Tenant XXX not allowed"
To successfully start a multi-tenant installation, it's essential to first authorize the new tenant in the Tenant Management System (TMS). This is accomplished through the TMS API by following these steps:
- Create the Tenant:
- Use the
POST /tenant
endpoint. -
Provide all required data in the request body to register the new tenant.
-
Install the System:
- After creating the tenant, access its specific API.
- Initiate the installation process.
- Ensure that you include the correct installation token specifically assigned to the newly created tenant.
By following these instructions, the tenant will be correctly set up and authorized, allowing the multi-tenant installation to proceed without issues.
Related documents: