File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
arn:aws:kms:us-west-2:658956600833:key/mrk-80bd8ecdcd4342aebd84b7dc9da498a7
12
12
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_MRK_KEY_ID_2 : >-
13
13
arn:aws:kms:us-east-1:658956600833:key/mrk-80bd8ecdcd4342aebd84b7dc9da498a7
14
+ DAFNY_AWS_ESDK_TEST_VECTOR_MANIFEST_PATH : >-
15
+ 312_hkeyring_manifest/manifest.json
14
16
15
17
phases :
16
18
install :
@@ -21,6 +23,8 @@ phases:
21
23
# Download previously generated vectors
22
24
- aws s3 cp s3://generated-vectors-artifacts-bucket/$CODEBUILD_RESOLVED_SOURCE_VERSION/312_hkeyring_manifest.zip 312_hkeyring_manifest.zip
23
25
- unzip 312_hkeyring_manifest.zip
26
+ - ls
27
+ - pwd
24
28
25
29
# Approach 1: "The Right Way":
26
30
@@ -33,8 +37,6 @@ phases:
33
37
34
38
# Change TestVectors to reference the published .NET ESDK
35
39
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
36
- - ls
37
- - pwd
38
40
- sed -i -e 's/<ProjectReference Include="\.\.\/\.\.\/ESDK\.csproj" \/>/<PackageReference Include="AWS.Cryptography.EncryptionSDK" Version="4.0.1" \/>/g' AWSEncryptionSDKTestVectorLib.csproj
39
41
- cd ../TestVectors
40
42
You can’t perform that action at this time.
0 commit comments