-
Notifications
You must be signed in to change notification settings - Fork 30
Verification and Permission Issues in Static Bucket Creation and Deletion #146
base: master
Are you sure you want to change the base?
Conversation
…e is a corresponding bucket on the storage, otherwise binding should fail
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: seven17777777 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @seven17777777! |
Hi @seven17777777. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
The creation of a static bucket requires verification of whether there is a corresponding bucket on the storage, otherwise binding should failbucket on the storage, otherwise binding should fail
In a static bucket, where the bucket deletion policy is set to 'delete', if the ID specified in the cluster does not belong to the current user, deleting the bucket claim will attempt to delete the corresponding bucket. Due to the lack of verification, this may result in a situation where the bucket cannot be deleted because the user does not have the necessary permissions.