summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorWill Thames <will@thames.id.au>2019-08-20 21:15:40 +1000
committerSloane Hertel <shertel@redhat.com>2019-08-20 07:15:40 -0400
commit362c45517d5a6cdbd39c263f3787232f0585e294 (patch)
treeee7a94c4aaa8ad106b00f43fd26b5cb7580c25d2 /changelogs
parent7224114c3ce137430d981a8957e8074cf52afd9a (diff)
downloadansible-362c45517d5a6cdbd39c263f3787232f0585e294.tar.gz
aws_kms: fix failing tests (#60206)
Preserve tag key case by only calling camel_dict_to_snake_dict once, before the tags are added. Don't call assert_policy_shape as it seems to fail Use aws_caller_info in the test suite now that it exists rather than running `aws sts get_caller_identity` Ensure that calls using `grant_types` can also use key aliases
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/kms_double_snake.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/kms_double_snake.yml b/changelogs/fragments/kms_double_snake.yml
new file mode 100644
index 0000000000..c2be3232f0
--- /dev/null
+++ b/changelogs/fragments/kms_double_snake.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - aws_kms module ensure tag keys have their case preserved by avoiding a second unnecessary format conversion