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.
関連するコンテンツ
- AWS公式更新しました 2年前

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.