glassechidna / lastkeypair

A serverless SSH certificate authority to control access to machines using IAM and Lambda
Apache License 2.0
49 stars 5 forks source link

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

Open aidansteele opened 7 years ago

aidansteele commented 7 years ago

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

aidansteele commented 7 years ago

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