Rank 2: Process
Hi
I need to develop a multi tennat app with isolation. Each customer system shall send information to the db using the api.
My first idea was that Each customer will be a team.
- According to the documenting I shall use api key and not jwt token. But in this method there is security risk as the data will be exposed to all customers (teams). Using jwt with the admin user of a team (if possible) has rate limits which creates another problem.
Is there a solution for currently or any plan to solve this issue?
Is it a way to automatically provision a docker for each customer with pre configured db, functions etc.
What is the right way to solve it?
Thank you