add-swift-security tests to enhance coverage
The following are some of the security tests that will be added to enhance coverage
1)Attempt to download the file using non authorized user
2)Attempt to upload another file using non authorized user
3)Attempt to delete container using non authorized user
4)Attempt to access the object anonymously, e.g. not using any credentials - INPROGRESS
5)Attempt to write to the object anonymously, e.g. not using any credentials,- INPROGRESS
6)Listing containers with using non authorized user
7)Trying to access object using temp url exceeding expiry time
8)Attempt to delete the object anonymously, e.g. not using any credentials- INPROGRESS
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Medium
- Drafter:
- None
- Direction:
- Approved
- Assignee:
- Ravikumar Venkatesan
- Definition:
- Approved
- Series goal:
- None
- Implementation:
-
Implemented
- Milestone target:
- None
- Started by
- Ravikumar Venkatesan
- Completed by
- Ravikumar Venkatesan
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Tests to check few object actions anonymously
Addressed by: https:/
Object write/read ACL and few security testcases
Work Items
Work items:
Attempt to access the object anonymously, e.g. not using any credentials: DONE
Attempt to write to the object anonymously, e.g. not using any credentials: DONE
Attempt to delete the object anonymously, e.g. not using any credentials: DONE
Attempt to download the file using non authorized user: DONE
Attempt to upload another file using non authorized user: DONE
Attempt to delete container using non authorized user: DONE
Listing containers with using non authorized user: DONE