You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: