Ref: https://github.com/harvester/harvester/issues/1339
Verify Items
- Backup target connect to S3 should only require the permission to access the specific bucket
Case: S3 Backup with single-bucket-user
- Install Harvester with any nodes
- Setup Minio
- then follow the instruction to create a
single-bucket-user
. - Create specific bucket for the user
- Create other buckets
- then follow the instruction to create a
- setup
backup-target
with the single-bucket-user permission- When assign the dedicated bucket (for the user), connection should success.
- When assign other buckets, connection should failed with AccessDenied error message