Skip to content

Commit 948efcb

Browse files
rework testing configs
1 parent 4393f5e commit 948efcb

File tree

7 files changed

+39
-242
lines changed

7 files changed

+39
-242
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ junit
3131

3232

3333
.github/docker/vault-db
34+
35+
# config file build using jq to merge configs json
36+
tests/fonctional/sse-kms-migration/config.json

tests/functional/sse-kms-migration/config.sseMigration.hideArn.json

Lines changed: 0 additions & 121 deletions
This file was deleted.

tests/functional/sse-kms-migration/config.sseMigration.showArn.json

Lines changed: 0 additions & 121 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
3+
"kmsAWS": {
4+
"noAwsArn": true,
5+
"providerName": "local",
6+
"region": "us-east-1",
7+
"endpoint": "http://0:8080",
8+
"ak": "456",
9+
"sk": "123"
10+
}
11+
}
File renamed without changes.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"kmip": {
3+
"providerName": "thales",
4+
"client": {
5+
"compoundCreateActivate": false
6+
},
7+
"transport": {
8+
"pipelineDepth": 8,
9+
"tls": {
10+
"port": 5696,
11+
"host": "pykmip.local",
12+
"key": "/tmp/ssl-kmip/kmip-client-key.pem",
13+
"cert": "/tmp/ssl-kmip/kmip-client-cert.pem",
14+
"ca": "/tmp/ssl-kmip/kmip-ca.pem"
15+
}
16+
}
17+
}
18+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sseMigration": {
3+
"previousKeyType": "internal",
4+
"previousKeyProtocol": "file",
5+
"previousKeyProvider": "scality"
6+
}
7+
}

0 commit comments

Comments
 (0)