Tenancy Enforcement 9.0¶
In DataRobot privacy between organizations can be enforced through ENABLE_MULTITENANCY_PRIVACY config.
By default, the config is set to true, which implies users with administrative roles (via RBAC) are unable to view, search, create or modify entities (such as projects and deployments) outside their current organization.
If cross-organization visibility is necessary, ENABLE_MULTITENANCY_PRIVACY can be overriden to false in core.config_env_vars, however, it is not a recommended practice in most cases.
Tenancy Enforcement 9.1+¶
DataRobot in 9.1 requires all users to be a member of an Organization. The system now has a named default Organization. The database migration scripts in 9.1.0 will place all users in the default Organization who are not already members of an Organization.
Administrative roles (via RBAC) can view, search, create, or modify entities (such as projects and deployments) in their current organization. Additional Admin users are recommended per Organization to view all deployments/projects in a cluster.
Note: ENABLE_MULTITENANCY_PRIVACY can not be disabled via config.