File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
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:/ssl-kmip
99 - ${HOME}/.aws/credentials:/root/.aws/credentials
1010 - /tmp/artifacts/${JOB_NAME}:/artifacts
1111 environment :
@@ -28,7 +28,7 @@ services:
2828 - S3KMS
2929 - S3KMIP_PORT
3030 - S3KMIP_HOSTS
31- - S3KMIP-COMPOUND_CREATE
31+ - S3KMIP_COMPOUND_CREATE
3232 - S3KMIP_BUCKET_ATTRIBUTE_NAME
3333 - S3KMIP_PIPELINE_DEPTH
3434 - S3KMIP_KEY
Original file line number Diff line number Diff line change @@ -329,11 +329,19 @@ jobs:
329329 env :
330330 S3BACKEND : file
331331 S3VAULT : mem
332- S3KMS : kmip
333332 MPU_TESTING : true
334333 CLOUDSERVER_IMAGE : ghcr.io/${{ github.repository }}:${{ github.sha }}
335334 PYKMIP_IMAGE : ghcr.io/${{ github.repository }}/pykmip:${{ github.sha }}
336335 JOB_NAME : ${{ github.job }}
336+ S3KMS : kmip
337+ S3KMIP_PORT : 5696
338+ S3KMIP_HOSTS : pykmip.local
339+ S3KMIP_COMPOUND_CREATE : false
340+ S3KMIP_BUCKET_ATTRIBUTE_NAME : ' '
341+ S3KMIP_PIPELINE_DEPTH : 8
342+ S3KMIP_KEY : /ssl-kmip/kmip-client-key.pem
343+ S3KMIP_CERT : /ssl-kmip/kmip-client-cert.pem
344+ S3KMIP_CA : /ssl-kmip/kmip-ca.pem
337345 steps :
338346 - name : Checkout
339347 uses : actions/checkout@v4
@@ -343,7 +351,7 @@ jobs:
343351 - name : Setup CI environment
344352 uses : ./.github/actions/setup-ci
345353 - name : Copy KMIP certs
346- run : cp -r ./certs /tmp/ssl-kmip
354+ run : cp -r ./certs/* /tmp/ssl-kmip
347355 working-directory : .github/pykmip
348356 - name : Setup CI services
349357 run : docker compose --profile pykmip up -d
You can’t perform that action at this time.
0 commit comments