Skip to content

Commit

Permalink
Add: ENCLAVE_KEY_PATH env variable in cenclave-test script
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Dec 13, 2024
1 parent 2da3ad0 commit 427b5f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cenclave-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export PYTHONPYCACHEPREFIX=/tmp
export TMP_PATH=/tmp
export HOME=/root
export KEY_PATH=/key
export SECRETS_PATH=/root/.cache/cenclave/secrets.json
export ENCLAVE_KEY_PATH="/key/enclave.key"
export SECRETS_PATH="/root/.cache/cenclave/secrets.json"
export SEALED_SECRETS_PATH="/root/.cache/cenclave/sealed_secrets.json"
export MODULE_PATH=/app

Expand Down

0 comments on commit 427b5f8

Please sign in to comment.