File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 18
18
required : true
19
19
type : string
20
20
21
+ env :
22
+ # Used in examples
23
+ AWS_ENCRYPTION_SDK_EXAMPLE_KMS_KEY_ID : arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f
24
+ AWS_ENCRYPTION_SDK_EXAMPLE_KMS_KEY_ID_2 : arn:aws:kms:eu-central-1:658956600833:key/75414c93-5285-4b57-99c9-30c1cf0a22c2
25
+ AWS_ENCRYPTION_SDK_EXAMPLE_KMS_MRK_KEY_ID : arn:aws:kms:us-east-1:658956600833:key/mrk-80bd8ecdcd4342aebd84b7dc9da498a7
26
+ AWS_ENCRYPTION_SDK_EXAMPLE_KMS_MRK_KEY_ID_2 : arn:aws:kms:eu-west-1:658956600833:key/mrk-80bd8ecdcd4342aebd84b7dc9da498a7
27
+ AWS_ENCRYPTION_SDK_EXAMPLE_LIMITED_ROLE_ARN_US_EAST_1 : arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2
28
+ AWS_ENCRYPTION_SDK_EXAMPLE_LIMITED_ROLE_ARN_EU_WEST_1 : arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2
29
+ # Used for Test Vectors
30
+ VECTORS_URL : https://github.com/awslabs/aws-encryption-sdk-test-vectors/raw/master/vectors/awses-decrypt/python-2.3.0.zip
31
+
21
32
jobs :
22
33
testDotNet :
23
34
strategy :
71
82
uses : aws-actions/configure-aws-credentials@v4
72
83
with :
73
84
aws-region : us-west-2
74
- role-to-assume : arn:aws:iam::370957321024:role/GitHub-CI-DDBEC- Dafny-Role-us-west-2
75
- role-session-name : DDBEC-Dafny-Net-Tests
85
+ role-to-assume : arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK- Dafny-Role-us-west-2
86
+ role-session-name : NetTests
76
87
77
88
- name : Compile MPL with Dafny ${{inputs.mpl-dafny}}
78
89
shell : bash
Original file line number Diff line number Diff line change 81
81
uses : aws-actions/configure-aws-credentials@v4
82
82
with :
83
83
aws-region : us-west-2
84
- role-to-assume : arn:aws:iam::370957321024:role/GitHub-CI-DDBEC- Dafny-Role-us-west-2
85
- role-session-name : DDBEC-Dafny-Net-Tests
84
+ role-to-assume : arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK- Dafny-Role-us-west-2
85
+ role-session-name : NetTests
86
86
87
87
- name : Compile MPL with Dafny ${{inputs.mpl-dafny}}
88
88
shell : bash
You can’t perform that action at this time.
0 commit comments