Skip to content

Commit c0a854e

Browse files
committed
chore(esdk): split server/feature/bug config into separate files
1 parent e2bb625 commit c0a854e

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

test-server/bug-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
"decrypt-accepts-trailing-bytes-commit-key",
3+
"create-client-accepts-reserved-aws-kms-namespace",
4+
"encrypt-accepts-reserved-prefix-encryption-context-key",
5+
"encrypt-mishandles-proto-encryption-context-key"
6+
]
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
2-
"commonsRepository": {
3-
"name": "aws-crypto-tools-commons",
4-
"url": "git@github.com:aws/aws-crypto-tools-commons.git",
5-
"branch": "lucmcdon/esdk-test-server-all-languages"
6-
},
7-
"product": "esdk",
82
"supportedFeatures": [
93
"streaming",
104
"hierarchical",

test-server/server-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"commonsRepository": {
3+
"name": "aws-crypto-tools-commons",
4+
"url": "git@github.com:aws/aws-crypto-tools-commons.git",
5+
"branch": "lucmcdon/esdk-test-server-all-languages"
6+
},
7+
"product": "esdk"
8+
}

0 commit comments

Comments
 (0)