-
Notifications
You must be signed in to change notification settings - Fork 398
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
Add ability to manage resource policy for AWS Secrets Manager secrets #843
Add ability to manage resource policy for AWS Secrets Manager secrets #843
Conversation
Build failed.
|
Added required IAM permissions to the aws-terminator repo, need to trigger retest |
Build failed.
|
Submitted pull request to add missing IAM permissions to fix failing tests mattclay/aws-terminator#183 |
Added more tests
Build failed.
|
Relaxed secret resource policy permissions for tests to work from the same account
Build failed.
|
recheck |
Build failed.
|
Hey @ykrysko I think you've just got the 1 last sanity check failure issue:
|
Removed trailing whitespace
Build succeeded.
|
@marknet15 , thanks! Fixed. |
@ykrysko just noticed, but you also need to add a changelog fragment |
Added changelog fragment
Build succeeded.
|
Thanks, @marknet15 . Added. |
version_added bump
Build succeeded.
|
Build succeeded.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ykrysko That looks great! Just a few nits!
Added fixes per the review
Build failed.
|
recheck |
Build succeeded.
|
Build succeeded (gate pipeline).
|
*_info - improve RETURN block of docs Depends-On: ansible-collections#856 SUMMARY Fixes ansible-collections#843 Can things like checking for a period after description be added to our sanity checks? ISSUE TYPE Docs Pull Request COMPONENT NAME aws_ax_info aws_caller_info aws_s3 cloudformation_info ec2_eni_info ec2_group ec2_group_info ec2_instance_info ec2_key ec2_metadata_facts ec2_snapshot_info ec2_spot_instance ec2_spot_instance_info ec2_tag ec2_tag_info ec2_vpc_dhcp_option_info ec2_vpc_endpoint_info ec2_vpc_endpoint_service_info ec2_vpc_igw_info ec2_vpc_nat_gateway ec2_vpc_nat_gateway_info ec2_vpc_net_info ec2_vpc_route_table_info elb_classic_lb Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None>
SUMMARY
AWS Secrets Manager secrets support attaching resource policy. The benefit is huge when necessary to access secrets from other AWS accounts. This pull request adds ability to manage (add new/remove or modify existing) secrets resource policy.
ISSUE TYPE
COMPONENT NAME
module: aws_secret
ADDITIONAL INFORMATION