-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Multitenant] S3 multitenancy: configuration #5272
Comments
As I said to Florent, tickets purely technical and not delivering features tend to leave half implemented things that do not deliver value. A more reliable way to cut topics - if possible - is to functionally divide tasks so that they all make intrinsecly sense - if possible. Just the conf tickets fall into the scope of a technical-task split and are suspicious in essence... While we could get along with this this time, we could spend more time on next groomings to find smarter tasks splits. |
It does not deliver a feature indeed... Was more in the spirit though to allow quick parallel work with following tickets with avoiding too much complex rebases (the difference with Florent is that he is working alone one ticket after an other, while here a all team could be working on some topics in parallel?) But I'm listening if you have anything better. |
We shall refrain to use "you". Sorry I do not have the time to take on the exercise, I'm fine with ticket split provided by the team, but was just making a remark for improvment. I think this is a point we can easily improve on. |
@quantranhong1999 Proposition: How about conf:
For a general conf:
|
How about s3.multi-tenancy.mode=ssec,prefix Coma separated list of multi-tenancy mechanism to apply, none if empty. |
Why do we want a comma separated list now? Not sure we want multiple modes enabled at the same time? |
ssec is not compatible with deduplicating blob store because w would end up using different keys to encrypt the same object However this is not the case when doing sse-c + prefix That's why I want a coma separated list. |
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.
DoD:
The text was updated successfully, but these errors were encountered: