awslabs / aws-encryption-sdk-specification

AWS Encryption SDK Specification
Other
30 stars 27 forks source link

add "required examples" specification #103

Open mattsb42-aws opened 4 years ago

mattsb42-aws commented 4 years ago

Add a specification doc that details the required examples, as laid out here[1].

Things we need to define include:

[1] https://github.com/aws/aws-encryption-sdk-python/tree/master/examples

robin-aws commented 3 years ago

Another less obvious example to include: demonstrate that it is possible and encouraged to create multiple keyrings/master key providers in a single application. Our existing examples demonstrate encrypting a single message with multiple CMKs, but I haven't found any that demonstrate creating a separate keyring for each customer according to the context. We could label this a "multi-tenancy" example.