Skip to content
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

Allow additional EFS actions required for integration tests #157

Merged
merged 2 commits into from
Jul 15, 2021

Conversation

zeten30
Copy link
Contributor

@zeten30 zeten30 commented Jul 14, 2021

I'd like to enable integration tests for efs & new efs_tag modules / remove unsupported alias and hence I need to allow few more EFS actions.

ansible-collections/community.aws#608

PLAY RECAP *********************************************************************************************************
localhost                  : ok=47   changed=14   unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   

AWS ACTIONS: ['ec2:CreateSubnet', 'ec2:CreateTags', 'ec2:CreateVpc', 'ec2:DeleteSubnet', 'ec2:DeleteVpc', 'ec2:DescribeSecurityGroups', 'ec2:DescribeSubnets', 'ec2:DescribeTags', 'ec2:DescribeVpcAttribute', 'ec2:DescribeVpcClassicLink', 'ec2:DescribeVpcs', 'ec2:ModifyVpcAttribute', 'elasticfilesystem:CreateFileSystem', 'elasticfilesystem:CreateMountTarget', 'elasticfilesystem:CreateTags', 'elasticfilesystem:DeleteFileSystem', 'elasticfilesystem:DeleteMountTarget', 'elasticfilesystem:DescribeFileSystems', 'elasticfilesystem:DescribeMountTargetSecurityGroups', 'elasticfilesystem:DescribeMountTargets', 'elasticfilesystem:DescribeTags', 'elasticfilesystem:ListTagsForResource', 'elasticfilesystem:TagResource', 'elasticfilesystem:UntagResource', 'elasticfilesystem:UpdateFileSystem']

Thanks in advance

@jillr jillr merged commit f4fb37f into mattclay:master Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants