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

Question: does noobaa support folder-scoped access control? #7909

Open
gregsheremeta opened this issue Mar 19, 2024 · 0 comments
Open

Question: does noobaa support folder-scoped access control? #7909

gregsheremeta opened this issue Mar 19, 2024 · 0 comments

Comments

@gregsheremeta
Copy link

I'm evaluating noobaa as a drop-in replacement for minio for a specific use case. One of the requirements is to support a single globally shared bucket, and within that bucket, have subfolders that are scoped to specific users.

For example:

Single Global Bucket
|
| --- Bob's folder
|    |
|     --- Bob's object 1
|     --- Bob's object 2
 --- Alice's folder
     |
      --- Alice's object 1
      --- Alice's object 2

My requirement is that both Bob and Alice can access only their own respective folders and objects within those folders. They wouldn't be able to do a directory listing of Single Global Bucket and see anything except their own personal folder.

Additionally, this authz paradigm must work whether the bucket is backed by local storage (PVs), AWS S3, or GCS.

Is this supported by noobaa?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant