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

Should be able to add extra key=val pairs to encryption context #17

Open
aidansteele opened this issue Aug 23, 2017 · 1 comment
Open

Comments

@aidansteele
Copy link
Contributor

While the custom authoriser is able to accept/reject a connection to (e.g.) a prod box based on its EC2 tags, it would be nice for this to be logged in CloudTrail. So we should support passing in arbitrary key=val pairs which

  • get logged to CloudTrail by means of inclusion in the encryption context
  • get passed to the custom authoriser
  • don't collide with the existing encryption context (maybe prefix user-submitted keys)
  • demonstrate how an admin can mandate the presence of a key=val pair using conditions in the KMS key policy
@aidansteele
Copy link
Contributor Author

Could be used for e.g. leaving a comment about why you needed SSH access.

aidansteele added a commit that referenced this issue Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant