-
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
feat(BKS & BKSA): Smithy Model for HV-2 #1350
Conversation
887f4ef
to
dc4c03f
Compare
AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStoreAdmin/Model/KeyStoreAdmin.smithy
Outdated
Show resolved
Hide resolved
AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStoreAdmin/Model/KeyStoreAdmin.smithy
Outdated
Show resolved
Hide resolved
...rialProviders/dafny/AwsCryptographyKeyStoreAdmin/Model/AwsCryptographyKeyStoreAdminTypes.dfy
Outdated
Show resolved
Hide resolved
AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStoreAdmin/Model/KeyStoreAdmin.smithy
Outdated
Show resolved
Hide resolved
AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStoreAdmin/Model/KeyStoreAdmin.smithy
Outdated
Show resolved
Hide resolved
AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStoreAdmin/Model/KeyStoreAdmin.smithy
Show resolved
Hide resolved
AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStoreAdmin/src/KmsUtils.dfy
Show resolved
Hide resolved
@texastony and @imabhichow, I noticed you are updating the smithy model files. |
@texastony and @texastony, I noticed you are updating the smithy model files. |
2 similar comments
@texastony and @texastony, I noticed you are updating the smithy model files. |
@texastony and @texastony, I noticed you are updating the smithy model files. |
...rs/runtimes/go/ImplementationFromDafny-go/WrappedAwsCryptographyKeyStoreAdminService/shim.go
Outdated
Show resolved
Hide resolved
@texastony and @imabhichow, I noticed you are updating the smithy model files. |
@@ -56,8 +57,7 @@ service KeyStoreAdmin { | |||
aws.cryptography.keyStore#KeyStorageException, | |||
aws.cryptography.keyStore#VersionRaceException, | |||
aws.cryptography.keyStore#BranchKeyCiphertextException, | |||
aws.cryptography.keyStore#AlreadyExistsConditionFailed, | |||
aws.cryptography.keyStore#NoLongerExistsConditionFailed, |
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.
Is AlreadyExistsConditionFailed and NoLongerExistsConditionFailed not in use anywhere?
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.
My code search in hv-2/hv-2 tells me: "No its not used"
@texastony and @rishav-karanjit, I noticed you are updating the smithy model files. |
Issue #, if available:
Smithy Model for HV-2
Description of changes:
Smithy (link to only Smithy Changes):
Dafny/Behavior changes (link to only Dafny Changes)
These changes prevent the execution of behaviors that have not been implemented yet;
as #1349 and #1342 land, some of these behaviors will become enabled.
Dafny proof changes (link to only Dafny Changes)
KmsUtils.dfy#keyManagerStrat
to consolidate Modify expressionsSquash/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.