1 個回答
- 最新
- 最多得票
- 最多評論
1
CloudTrail does intentionally not log the message part of the invocation, nor the signature part of the response, and this is non-configurable.
If you want to build that, the easiest way is probably to write your own wrapper to kms.sign() and handle the logging there (so from your own application code), or, if it fits the requirements, the purpose-built AWS Signer which maintains its own signing audit trail.
相關內容
已提問 10 個月前

Disappointing, since that functionality is really essential to transparency (e.g. https://en.wikipedia.org/wiki/Certificate_Transparency)
Logging use at the client really is not a substitute. If a key were misused, the adversarial misuse could simply log a plausible entry.