Skip to content
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

Lock down KMS-encrypted data #3

Open
aidansteele opened this issue Oct 19, 2020 · 0 comments
Open

Lock down KMS-encrypted data #3

aidansteele opened this issue Oct 19, 2020 · 0 comments
Labels

Comments

@aidansteele
Copy link
Contributor

Right now the cfn template allows any key ARN to be used for encrypting job information. We should instead include an AWS::KMS::Key resource in the template with a key policy that:

  • Explicitly restricts kms:Decrypt to a principal listed in the encryption context
  • Includes a timestamp in the encryption context. kms:Decrypt should only be allowed if the current time is less than this timestamp.
  • Maybe include repo information for record-keeping in CloudTrail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant