-
Notifications
You must be signed in to change notification settings - Fork 803
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
support multi-tenancy ? #336
Comments
I think multi-tenancy should be implemented by a Kubernetes operator. However, I am still a newcomer in cloud native. Anyway, multi-tenancy could be supported in the future but not now. 😃 |
Thank you for your reply! |
This issue started a year ago. Do you have any plans about multi-tenancy now? |
Helm charts are in development: https://github.com/gorse-io/charts The multi-tenancy will be supported only after the release of Helm charts production version. |
The SaaS I understand, for example, might be as follows: POST /api/user
{
"Comment": "insect",
"Labels": [
"crocodilia",
],
"Subscribe": [
"fish",
],
"UserId": "cat",
"TenantId": "tenant_1" <--
} |
Is your feature request related to a problem? Please describe.
every customer has individual data set, we need different recommends result for each customer.
Describe the solution you'd like
add multi-tenancy feature
Thanks~
The text was updated successfully, but these errors were encountered: