We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea89a37 commit abf948fCopy full SHA for abf948f
1 file changed
.github/docker/local.sh
@@ -24,6 +24,7 @@ export kmsHideScalityArn=hideArn
24
# export kmsHideScalityArn=showArn
25
26
mkdir -p /tmp/artifacts/$JOB_NAME
27
+mkdir -p /tmp/ssl-kmip
28
29
export CLOUDSERVER_IMAGE=$CLOUDSERVER_IMAGE_BEFORE_SSE_MIGRATION
30
export VAULT_IMAGE=$VAULT_IMAGE_BEFORE_SSE_MIGRATION
@@ -70,6 +71,9 @@ function run_latest_images() {
70
71
export CLOUDSERVER_IMAGE=$CLOUDSERVER_IMAGE_ORIGINAL
72
export VAULT_IMAGE=$VAULT_IMAGE_ORIGINAL
73
74
+ # kmip is always configured even when using aws
75
+ sudo cp -r ../pykmip/certs/* /tmp/ssl-kmip
76
+
77
docker compose down cloudserver-sse-before-migration vault-sse-before-migration
78
docker compose up -d localkms vault-sse-migration cloudserver-sse-migration
79
0 commit comments