ansible/changelogs/fragments/60805-aws_kms-ID-and-ARN-fixes.yml
Mark Chappell 5434bf74c6 Fix issues with aws_kms when working cross-account and with IDs (#60805)
* aws_kms: (integration tests) Test updating a key by ID rather than just my alias

* aws_kms: (integration tests) Test deletion of non-existent and keys that are already marked for deletion

* aws_kms: Ensure we can perform actions on a specific key_id rather than just aliases

In the process switch over to using get_key_details rather than listing all keys.

* aws_kms: When updating keys use the ARN rather than just the ID.

This is important when working with cross-account trusts.
2019-08-23 16:56:45 -07:00

3 lines
137 B
YAML

bugfixes:
- aws_kms - fix exception when only Key ID is passed
- aws_kms - Use ARN rather than ID so that cross-account changes function