You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
To keep interface simple, we'll introduce a
Default Project
that is created by default for clusters used by a single developer.Why:
The text was updated successfully, but these errors were encountered: