Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 83a28e4

Browse files
committed
adding a todo
1 parent d1db44f commit 83a28e4

File tree

1 file changed

+1
-0
lines changed
  • localstack-core/localstack/services/kms

1 file changed

+1
-0
lines changed

localstack-core/localstack/services/kms/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ class KmsStore(BaseStore):
862862
# "Cross-account use: Yes. You can retire a grant on a KMS key in a different AWS account."
863863

864864
# maps grant ids to grants
865+
# TODO: KmsKey might hold the grant
865866
grants: dict[str, KmsGrant] = LocalAttribute(default=dict)
866867

867868
# maps grant tokens to grant ids

0 commit comments

Comments
 (0)