-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(multitenancy): move users and tenants to global schema #4781
Conversation
…into multitenancy
…titenancy-users
…into multitenancy
…into multitenancy
…titenancy-users
…witch into multitenancy-users
…witch into multitenancy-users
…titenancy-users
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the join query if it wont be used and wont work if used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the analytics/reporting changes look good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Join query not removed.
#4781 (review) |
Type of Change
Description
Users will be global and not tied to a tenant
Login page will be one and not customized. An option to switch tenants will be provided
https://github.com/juspay/hyperswitch-product/issues/50
Additional Changes
Motivation and Context
To establish tenancy in our application and start using the default tenant as 'Hyperswitch' and also offer a 'test' tenant in all environments
Users will be global and not tied to a tenant
Login page will be one and not customized. An option to switch tenants will be provided
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy