Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-tenancy #158

Closed
nhoening opened this issue Aug 11, 2021 · 1 comment · Fixed by #159
Closed

Multi-tenancy #158

nhoening opened this issue Aug 11, 2021 · 1 comment · Fixed by #159
Assignees

Comments

@nhoening
Copy link
Contributor

nhoening commented Aug 11, 2021

We need to provide some support to let servers support multiple tenant accounts. (we typically run one server per customer, who then has multiple clients themselves).

The goals (at this stage) are mostly auth-related:

  • separate data cleanly
  • allow for better role definitions between customers and tenants

This will be done on top of the new data model we're building out at the moment. So we'll be using GenericAsset as the hook between users/accounts and assets/sensors.

@nhoening nhoening self-assigned this Aug 11, 2021
@create-issue-branch
Copy link
Contributor

Branch issue-158-Multi-tenancy created!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant