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

Introduce multi-tenancy #310

Closed
hackerwins opened this issue Apr 15, 2022 · 0 comments · Fixed by #319
Closed

Introduce multi-tenancy #310

hackerwins opened this issue Apr 15, 2022 · 0 comments · Fixed by #319
Labels
enhancement 🌟 New feature or request

Comments

@hackerwins
Copy link
Member

hackerwins commented Apr 15, 2022

Description:

Introduce multi-tenancy.

To introduce multi-tenancy(several developers share a cluster), we are going to add the Project concept. For each project, developers can set Client Key, Auth Hook etc. And the developers can also manage documents created by SDK in the project separately.

Developer(or User) and Project will be newly added:
Screen Shot 2022-04-15 at 11 03 24 AM

To keep interface simple, we'll introduce a Default Project that is created by default for clusters used by a single developer.

Why:

  • Increase resource efficiency by sharing a cluster with multiple developers
  • Reduce operation cost of cluster maintainer by fewer cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant