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

Create django multi-tenant server #14

Open
kbroughton opened this issue Aug 1, 2020 · 0 comments
Open

Create django multi-tenant server #14

kbroughton opened this issue Aug 1, 2020 · 0 comments

Comments

@kbroughton
Copy link
Owner

kbroughton commented Aug 1, 2020

Do we want a multi-tenant server?
https://books.agiliq.com/projects/django-multi-tenant/en/latest/

We want each student to be able to create their own AWS integration without interfering with another user.
This could be separate ECS containers for each web app, or many tenants on a single server.
Simplest would be single tenant and each user sees a view populated with their own values for role_arn, external_id.

No preference for now.

Currently playing with this
https://www.notion.so/How-to-deploy-django-app-to-ECS-Fargate-Part1-a1e99c19b2a3423585e67f0b1ad81cbd

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

1 participant