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

chore(dafny): KSA Create Branch Key with MRK keys #1400

Open
wants to merge 7 commits into
base: hv-2/hv-2
Choose a base branch
from

Conversation

imabhichow
Copy link
Contributor

Issue #, if available:

Description of changes:

Squash/merge commit message, if applicable:

<type>(dafny/java/python/dotnet/go/rust): <description>

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@imabhichow imabhichow marked this pull request as ready for review April 4, 2025 23:13
@imabhichow imabhichow requested a review from a team as a code owner April 4, 2025 23:13
Comment on lines +101 to +105
// keyManagement := Some(
// Types.kms(
// Types.AwsKms(
// kmsClient := Some(kmsClient)
// )))
Copy link
Contributor

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.

Suggested change
// keyManagement := Some(
// Types.kms(
// Types.AwsKms(
// kmsClient := Some(kmsClient)
// )))

Comment on lines +96 to +97
print "Running MRK";

Copy link
Contributor

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

Suggested change
print "Running MRK";

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.")];
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants