-
Notifications
You must be signed in to change notification settings - Fork 13
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
chore(dafny): KSA Create Branch Key with MRK keys #1400
base: hv-2/hv-2
Are you sure you want to change the base?
Conversation
// keyManagement := Some( | ||
// Types.kms( | ||
// Types.AwsKms( | ||
// kmsClient := Some(kmsClient) | ||
// ))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking: no commented out code unless you have a very good reason.
// keyManagement := Some( | |
// Types.kms( | |
// Types.AwsKms( | |
// kmsClient := Some(kmsClient) | |
// ))) |
print "Running MRK"; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking: no printing unless you have a very good reason
print "Running MRK"; |
AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStoreAdmin/test/TestAdminHV2.dfy
Outdated
Show resolved
Hide resolved
AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStoreAdmin/test/TestAdminHV2.dfy
Outdated
Show resolved
Hide resolved
var strategy :- expect AdminFixtures.SimpleKeyManagerStrategy(kmsClient?:=Some(kmsClient)); | ||
var underTest :- expect AdminFixtures.DefaultAdmin(ddbClient?:=Some(ddbClient)); | ||
|
||
var customEC := map[UTF8.EncodeAscii("Koda") := UTF8.EncodeAscii("Is a dog.")]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking: We MUST assert that this EC is present on the newly Branch Key.
Co-authored-by: Tony Knapp <[email protected]>
Issue #, if available:
Description of changes:
Squash/merge commit message, if applicable:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.