- 
                Notifications
    
You must be signed in to change notification settings  - Fork 849
 
Update IAM policy for CopyVolumes #2756
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
base: master
Are you sure you want to change the base?
Update IAM policy for CopyVolumes #2756
Conversation
| 
           This PR has multiple commits, and the default merge method is: merge. 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.  | 
    
| 
           
 
  | 
    
| 
           [APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 @benbz!   | 
    
| 
           Hi @benbz. Thanks for your PR. I'm waiting for a github.com 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.  | 
    
| 
           Hi @benbz - that's intentional for the moment. We keep the example policy in sync with the AWS managed policy to reduce confusion and avoid issues with switching between the policies. After the managed policy is updated, the example policy will also be updated with CopyVolumes permissions. In the meantime, if you need an example of how to add   | 
    
| 
           Ack, thanks for the heads up @ConnorJC3 . I can understand that rationale. I'm currently working through the CLA process for my company. Is it worth me keeping this PR open or will you open something separate when you have time? Should I split out the   | 
    
| 
           If you want to split out the CreateTags request that'd be great as we can merge that right away (or well once you get the CLA figured out as that's a k8s project requirement). Either that or I can split it out if you don't want, either works.  | 
    
28088cb    to
    975ce26      
    Compare
  
    
What type of PR is this?
/kind documentation
What is this PR about? / Why do we need it?
#2716 added volume cloning functionality and updated the IAM policy in various places. It unfortunately omitted
docs/example-iam-policy.json.When comparing
hack/e2e/kops/patch-cluster.yamlanddocs/install.mdit was also noticed that one of theActions was incorrect indocs/install.mdand should have beenec2:CreateTagsHow was this change tested?
n/a
Does this PR introduce a user-facing change?