ansible / proposals

Repository for sharing and tracking progress on enhancement proposals for Ansible.
Creative Commons Zero v1.0 Universal
93 stars 19 forks source link

create keys with aws_kms #82

Closed michaelmckirchner closed 6 years ago

michaelmckirchner commented 6 years ago

Proposal: create keys with aws_kms module

Author: Michael Kirchner michael.mc.kirchner@deutschebahn.com

Date: 2017/10/19

Motivation

Right now it does not seem to be possible to create kms encyption keys with ansible module. The aws cli command has an option for that aws kms create-key I think this is an important feature.

sivel commented 6 years ago

I think this is more in alignment with a simple feature request instead of a proposal.

willthames commented 6 years ago

I'll raise a PR that covers this. I wrote an entire kms module before realising @tedder's aws_kms existed, oops, and I still need to fully reunify the two.

tedder commented 6 years ago

👍 @willthames, tag me when you PR it, or let me know what you have so far.

mjsu commented 6 years ago

any update on this?

rich-preservica commented 6 years ago

Also looking for an update on this

willthames commented 6 years ago

Apologies, I raised the PR but didn't update this proposal

https://github.com/ansible/ansible/pull/31960

Although the PR says things like needs_rebase and needs_revision, which it does, it probably needs testing more. It worked for my use cases at the time, but I haven't needed it for a while.

Please add any further comments to the PR rather than here.