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

Multitenancy #5

Open
gsferreira opened this issue Sep 7, 2018 · 3 comments
Open

Multitenancy #5

gsferreira opened this issue Sep 7, 2018 · 3 comments

Comments

@gsferreira
Copy link

Hi @filipw !

In multi tenant scenarios, often we configure a container per tenant and have a single MVC application serving them using rooting.

What do you think about support a dynamic DocumentContainer?

@filipw
Copy link
Owner

filipw commented Sep 17, 2018

yes that would make sense!

@bencameron
Copy link

Hi @filipw,

I have a similar need on one of my projects, in that I need to vary the container being used based on the request path. I've implemented it locally by introducing IContainerFactory, moving some logic from AzureBlobFileProvider into a DefaultContainerFactory, and then putting my own logic into a different implementation. Would you be interested in me submitting a pull request? I'm new to open source contributions, so I just want to make sure I'm following the right etiquette. :)

Thanks!

@filipw
Copy link
Owner

filipw commented Dec 19, 2018

Would you be interested in me submitting a pull request? I'm new to open source contributions, so I just want to make sure I'm following the right etiquette. :)

If you can submit something, that would be great - thanks

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

No branches or pull requests

3 participants