Skip to content

Commit

Permalink
aws_ssm connection: add SSE encryption parameters. (#763)
Browse files Browse the repository at this point in the history
aws_ssm connection: add SSE encryption parameters.

SUMMARY
Add the following parameters to aws_ssm.py connection plugin:

ansible_aws_ssm_bucket_sse_mode
ansible_aws_ssm_bucket_sse_kms_key_id

ISSUE TYPE

Feature Pull Request

COMPONENT NAME
aws_ssm connection plugin
ADDITIONAL INFORMATION
This allows the connection plugin to work when encryption parameters are required for uploads on the file transfer bucket by policy / SCP (see here for an example).

Reviewed-by: Brian Scholer <None>
Reviewed-by: Maxime <None>
Reviewed-by: Jill R <None>
Reviewed-by: Markus Bergholz <git@osuv.de>
Reviewed-by: None <None>
(cherry picked from commit 08f95cc)
  • Loading branch information
fh-maxime-froment authored and patchback[bot] committed Jan 29, 2022
1 parent 99c64a6 commit a29030e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- aws_ssm connection plugin - add parameters to explicitly specify SSE mode and KMS key id for uploads on the file transfer bucket. (https://github.com/ansible-collections/community.aws/pull/763)

0 comments on commit a29030e

Please sign in to comment.