-
roachtest.multitenant-upgrade [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/17419844?buildTab=log) with [artifacts](https://teamcity.cockroa…
-
After implementing multitenancy for pgsql, s3 and file, we need to do performance tests on each of those implementations.
- [ ] PGSQL bucket tenant
- [ ] S3 bucket tenant
- [ ] S3 prefix tenant
- [ ]…
-
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…
-
Epic: https://github.com/linagora/james-project/issues/5263
## How
1. Refactor [BlobStore](https://github.com/apache/james-project/blob/d55db912a305da812be3a701a1b963563cb4d0af/server/blob/blob-…
-
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/…
-
Implement the bucket implementation for S3 blobstore multitenancy.
Derive a bucketname per tenant within S3BlobStoreDAO when using the bucket mode.
DoD: Integration tests
-
roachtest.admission-control/multitenant-fairness/read-heavy/skewed [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestWeeklyBazel/17671458?buildTab=log) with [ar…
-
I been using EasyCaching by adding one global instance and passing tenant id as Key (to isolate data) to each caching method. If I add EasyCaching service per tenant scope. So each tenant will get ful…
-
### Describe the feature
According to https://github.com/cryostatio/cryostat-operator/blob/cryostat-v3.0/config/crd/bases/operator.cryostat.io_cryostats.yaml#L4887 feature,
```yaml
he SubjectAcces…