File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
DynamoDbEncryption/dafny/DynamoDbEncryption/src Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -134,18 +134,6 @@ module SearchConfigToInfo {
134134 && config. multi. keyFieldName in outer. attributeActionsOnEncrypt
135135 && outer. attributeActionsOnEncrypt[config. multi. keyFieldName] == SE. ENCRYPT_AND_SIGN
136136 ==> output. Failure?
137- // Not in Spec, but for now, SE does not support the Shared Cache Type
138- ensures
139- && config. multi?
140- && config. multi. cache. Some?
141- && config. multi. cache. value. Shared?
142- ==>
143- && output. Failure?
144- // If the failure was NOT caused by booting up the MPL
145- && ! output. error. AwsCryptographyMaterialProviders?
146- ==>
147- && output. error. DynamoDbEncryptionException?
148- && output. error. message == "Searchable Encryption does not support the Shared Cache type at this time. "
149137 {
150138 // TODO-FutureCleanUp : https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1510
151139 // It is not-good that the MPL is initialized here;
You can’t perform that action at this time.
0 commit comments