-
Notifications
You must be signed in to change notification settings - Fork 343
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
kms_key - Add support for "Regionality" (multi-region keys) #1281
Comments
Apparently this module was renamed, even though the Ansible Documentation site doesn't reflect it - so the module might also be named |
@jrglynn2 thanks for taking the time to make this suggestion. FYI the "latest" docs on docs.ansible.com are the version of the collection directly available as part of the latest released version of Ansible (the major version of the collection is effectively locked until the next version of Ansible is released), the "devel" docs on docs.ansible.com are the latest released version of the collection (as you'd find on galaxy.ansible.com), and will be available as part of Ansible when the next version of Ansible is released. (Yeah, this is a little confusing, some of the implications of splitting out collections are still being ironed out). As well as being renamed from "aws_kms" to "kms_key", the module was actually promoted to the amazon.aws collection. The documentation for the latest released version of the kms_key/aws_key module can be found at: https://docs.ansible.com/ansible/devel/collections/amazon/aws/kms_key_module.html Alternatively we also have our absolute latest (unreleased) docs available on GitHub pages: |
kms_key: Add multi region support to create_key Signed-off-by: GomathiselviS [email protected] SUMMARY Fixes #1281 ISSUE TYPE Feature Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Gonéri Le Bouder <[email protected]> Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: GomathiselviS <None>
…1290) kms_key: Add multi region support to create_key Signed-off-by: GomathiselviS [email protected] SUMMARY Fixes ansible-collections#1281 ISSUE TYPE Feature Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Gonéri Le Bouder <[email protected]> Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: GomathiselviS <None>
[manual backport stable-5] kms_key: Add multi region support to create_key (#1290) kms_key: Add multi region support to create_key Signed-off-by: GomathiselviS [email protected] SUMMARY Fixes #1281 ISSUE TYPE Feature Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Gonéri Le Bouder [email protected] Reviewed-by: Jill R Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis Reviewed-by: GomathiselviS SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION
Summary
AWS introduced Multi-Region Keys in KMS in June 2021 (https://aws.amazon.com/about-aws/whats-new/2021/06/kms-multi-region-keys/), can the aws_kms module be changed to include that option?
Per the AWS CLI, it is just a parameter of
--multi-region
, which translates the Boolean as True (default is False) - https://awscli.amazonaws.com/v2/documentation/api/latest/reference/kms/create-key.htmlThanks,
jrglynn2
Issue Type
Feature Idea
Component Name
kms_key
Additional Information
Would enable creation of multi-region keys - currently you cannot do so using Ansible.
Code of Conduct
The text was updated successfully, but these errors were encountered: