Please enable JavaScript.
Coggle requires JavaScript to display documents.
WEB-26706, Instance with 2 tenants, Instance, Older Instance with tenants …
WEB-26706
Instance with 2 tenants
Tenant A on 'Shared' python pod
Tenant B on 'Private' python pod
Instance
Create tenant 'Tenant A'
Get the tenant list
Login to 'Tenant A'
Use some python action
Check which pod runs the python code
New Endpoint: Change the mode (private/shared) of the tenant
User permissions
As a system tenant (default tenant)
As a normal tenant
Mode
Shared = empty
With out the 'privatePythonPod' parameter
Private specific python pod
Shared
Use the python action
Check which pod runs the python code
2 more items...
Private (Specific python pod name)
Check that every tenant object has the 'privatePythonPod' parameter
New mandatory parameter 'PythonPodName'
With out the 'privatePythonPod' parameter
Shared = empty
Private specific python pod
Older Instance with tenants
Upgrade the instance to new build
Login to the system with existing tenant
Run python action
Check which pod will run the action
Create a tenant
Get tenants list
Login to 'Tenant A'
use python action
Check which pod runs the python code
1 more item...