File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 network_mode : " host"
66 volumes :
77 - /tmp/ssl:/ssl
8- - /tmp/ssl-kmip:/ssl-kmip
8+ - /tmp/ssl-kmip:/tmp/ ssl-kmip
99 - ${HOME}/.aws/credentials:/root/.aws/credentials
1010 - /tmp/artifacts/${JOB_NAME}:/artifacts
1111 environment :
@@ -29,7 +29,7 @@ services:
2929 - S3KMS
3030 - S3KMIP_PORT
3131 - S3KMIP_HOSTS
32- - S3KMIP-COMPOUND_CREATE
32+ - S3KMIP_COMPOUND_CREATE
3333 - S3KMIP_BUCKET_ATTRIBUTE_NAME
3434 - S3KMIP_PIPELINE_DEPTH
3535 - S3KMIP_KEY
Original file line number Diff line number Diff line change @@ -449,6 +449,15 @@ jobs:
449449 PYKMIP_IMAGE : ghcr.io/${{ github.repository }}/pykmip:${{ github.sha }}
450450 MONGODB_IMAGE : ghcr.io/${{ github.repository }}/ci-mongodb:${{ github.sha }}
451451 JOB_NAME : ${{ github.job }}
452+ S3KMS : kmip
453+ S3KMIP_PORT : 5696
454+ S3KMIP_HOSTS : pykmip.local
455+ S3KMIP_COMPOUND_CREATE : false
456+ S3KMIP_BUCKET_ATTRIBUTE_NAME : ' '
457+ S3KMIP_PIPELINE_DEPTH : 8
458+ S3KMIP_KEY : /tmp/ssl-kmip/kmip-client-key.pem
459+ S3KMIP_CERT : /tmp/ssl-kmip/kmip-client-cert.pem
460+ S3KMIP_CA : /tmp/ssl-kmip/kmip-ca.pem
452461 steps :
453462 - name : Checkout
454463 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 139139 "endpoint" : " http://127.0.0.1:8080" ,
140140 "ak" : " tbd" ,
141141 "sk" : " tbd"
142+ },
143+ "kmip" : {
144+ "providerName" : " thales"
142145 }
143146}
You can’t perform that action at this time.
0 commit comments