Skip to content

Commit 254119c

Browse files
WIP add config for kmip
1 parent abf948f commit 254119c

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,21 @@
101101
"endpoint": "http://0:8080",
102102
"ak": "456",
103103
"sk": "123"
104+
},
105+
"kmip": {
106+
"providerName": "thales",
107+
"client": {
108+
"compoundCreateActivate": false
109+
},
110+
"transport": {
111+
"pipelineDepth": 8,
112+
"tls": {
113+
"port": 5696,
114+
"host": "pykmip.local",
115+
"key": "/tmp/ssl-kmip/kmip-client-key.pem",
116+
"cert": "/tmp/ssl-kmip/kmip-client-cert.pem",
117+
"ca": "/tmp/ssl-kmip/kmip-ca.pem"
118+
}
119+
}
104120
}
105121
}

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,21 @@
101101
"endpoint": "http://0:8080",
102102
"ak": "456",
103103
"sk": "123"
104+
},
105+
"kmip": {
106+
"providerName": "thales",
107+
"client": {
108+
"compoundCreateActivate": false
109+
},
110+
"transport": {
111+
"pipelineDepth": 8,
112+
"tls": {
113+
"port": 5696,
114+
"host": "pykmip.local",
115+
"key": "/tmp/ssl-kmip/kmip-client-key.pem",
116+
"cert": "/tmp/ssl-kmip/kmip-client-cert.pem",
117+
"ca": "/tmp/ssl-kmip/kmip-ca.pem"
118+
}
119+
}
104120
}
105121
}

0 commit comments

Comments
 (0)