-
Design database schema for tenant separation.
Implement tenant identification middleware.
Develop tenant administration panel.
Ensure data access layers respect tenant boundaries.
-
When running large migrations with multi-tenancy setup (MySql) we are hitting this error
```
Error: driver: bad connection
```
This happens after a long migration and before the start of the nex…
-
Currently, the OID4VC plugin doesn't support multitenancy, and all operations are saved in the base wallet. When we secure the admin API, the supported credentials data is not passed on to the `.well-…
-
After the refactoring of the base API (BlobStore and BlobStoreDAO), you need to refactor PostgresBlobStoreDAO to implement the new methods taking multitenancy per bucket into account.
DoD: Integrat…
-
We like to support the use-case were multiple tenants store their data into one Blaze instance but like to access it separately.
We need:
* authentication - we already have OpenID Connect but some…
-
Following multitenancy blobstore api refactoring, the first step of multitenancy for S3 would be having a proper configuration, on which every implementation of S3 for multitenancy could rely on.
```…
-
Implement the prefix implementation for S3 blobstore multitenancy.
Within BlobStoreDAO, when using the prefix mode, derive the object key within S3 adding the prefix as needed.
For example: `tenant/…
-
Goal is to allow apps to build single db multi-tenancy. This will be applied at the application (framework) layer because of poor support in MariaDB
- [ ] Configuration - both app and site have to …
-
When running on external process tenants, LDR fails with an error that looks like:
```
I241111 14:48:19.864630 7239 jobs/registry.go:1599 [T10,Vcluster-10,nsql1] 768 REPLICATION STREAM PRODUCER …
-
**What is the bug?**
The `opensearch_security.multitenancy.tenants.enable_private: false` option in the OS dashboards configuration file does not disable Private Tenants. You can still choose Private…