Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
network_mode: "host"
volumes:
- /tmp/ssl:/ssl
- /tmp/ssl-kmip:/ssl-kmip
- /tmp/ssl-kmip:/tmp/ssl-kmip
- ${HOME}/.aws/credentials:/root/.aws/credentials
- /tmp/artifacts/${JOB_NAME}:/artifacts
environment:
Expand All @@ -28,7 +28,7 @@ services:
- S3KMS
- S3KMIP_PORT
- S3KMIP_HOSTS
- S3KMIP-COMPOUND_CREATE
- S3KMIP_COMPOUND_CREATE
- S3KMIP_BUCKET_ATTRIBUTE_NAME
- S3KMIP_PIPELINE_DEPTH
- S3KMIP_KEY
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,15 @@ jobs:
CLOUDSERVER_IMAGE: ghcr.io/${{ github.repository }}:${{ github.sha }}
PYKMIP_IMAGE: ghcr.io/${{ github.repository }}/pykmip:${{ github.sha }}
JOB_NAME: ${{ github.job }}
S3KMS: kmip
S3KMIP_PORT: 5696
S3KMIP_HOSTS: pykmip.local
S3KMIP_COMPOUND_CREATE: false
S3KMIP_BUCKET_ATTRIBUTE_NAME: ''
S3KMIP_PIPELINE_DEPTH: 8
S3KMIP_KEY: /tmp/ssl-kmip/kmip-client-key.pem
S3KMIP_CERT: /tmp/ssl-kmip/kmip-client-cert.pem
S3KMIP_CA: /tmp/ssl-kmip/kmip-ca.pem
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,8 @@
"endpoint": "http://127.0.0.1:8080",
"ak": "tbd",
"sk": "tbd"
},
"kmip": {
"providerName": "thales"
}
}
Loading