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

Configure Document Types on whether or not they are multi-tenanted #769

Closed
jeremydmiller opened this issue May 23, 2017 · 0 comments
Closed

Comments

@jeremydmiller
Copy link
Member

In the "multi tenancy by tenant id" approach, let's allow users one way or another to choose which document types should be multi-tenanted.

The config options could be some combination of:

  • Policy that says that all documents are multi-tenanted
  • Policy that blacklists types that can't be multi-tenanted
  • Policy that whitelists types that can't be multi-tenanted
  • All users to use Func<Type, bool> filters on what should or should not be multi-tenanted
  • Inevitably allow attributes, but that's just a usage of the above bullet.
  • Explicitly configure in the Schema.For fluent interface

Much of this depends on #751 being done, but that's relatively small

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

No branches or pull requests

1 participant