On 21 Apr 2015, at 14:07, Lukas Krejci wrote:
In inventory, we have a simple concept of tenants, environments and
resources,
where tenants are unique and share no information and environments
model the
usual split of the infrastructure into dev, testing, production, et
al.
How would you change that model to play nicely with the accounts
concepts of
users and organizations?
I think users and organizations can both be tenants.
Either the org is the tenant, then the users "inherit" from the org,
i.e. can see all data from the org (*) or the users are the tenants
and then they only see their own stuff.
*) Additional access control may apply.