Skip to content

Payment-Cryptography: New Service Methods - #10129

Open
algobarb wants to merge 30 commits into
getmoto:masterfrom
algobarb:feature/paymentcrypto
Open

Payment-Cryptography: New Service Methods#10129
algobarb wants to merge 30 commits into
getmoto:masterfrom
algobarb:feature/paymentcrypto

Conversation

@algobarb

@algobarb algobarb commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Resolves #10100

Overview

Added the following Payment Cryptography methods:

  • add_key_replication_regions
  • associate_mpa_team
  • create_alias
  • create_key
  • delete_alias
  • delete_key
  • delete_resource_policy
  • disable_default_key_replication_regions
  • disassociate_mpa_team
  • enable_default_key_replication_regions
  • export_key
  • get_alias
  • get_certificate_signing_request
  • get_default_key_replication_regions
  • get_key
  • get_mpa_team_association
  • get_parameters_for_export
  • get_parameters_for_import
  • get_public_key_certificate
  • get_resource_policy
  • import_key
  • list_aliases
  • list_keys
  • list_tags_for_resource
  • put_resource_policy
  • remove_key_replication_regions
  • restore_key
  • start_key_usage
  • stop_key_usage
  • tag_resource
  • untag_resource
  • update_alias

Details

  • Ran make lint and make format. Only fixed the errors related to payment-cryptography.
  • Ran scripts/implementation_coverage.py and just kept the docs change for docs/docs/services/payment-cryptography.rst
  • PR had test server errors, so I added "payment-cryptography": "controlplane.payment-cryptography", to the moto/moto_server/werkzeug_app.py. Not sure if that's the right place to put it.

algobarb added 26 commits July 10, 2026 18:08
@algobarb
algobarb marked this pull request as ready for review July 24, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PaymentCryptography: Add support for AWS Payment Cryptography Key

1 participant