noobaa-core
noobaa-core copied to clipboard
Standalone NSFS support account auth with access_key/secret_key and mapping to uid/gid
Environment info
- NooBaa Version: master-20210426
- Platform: Standalone
- CC: @eshelmarc @jeniawhite
Actual behavior
- Currently the standalone noobaa-core does not do any access authentication.
- Also there is no mapping to uid/gid.
Expected behavior
- First step is to allow a global account for the standalone endpoint which will have access_key/secret_key.
- By default it should map to the current user uid/gid.
- Second step is to allow a separate account for every bucket, with its own uid/gid mapping.
Steps to reproduce
- NA