Skip to content

Commit

Permalink
feat(encryption): add kms key management
Browse files Browse the repository at this point in the history
  • Loading branch information
yujingwei committed Jan 18, 2024
1 parent 3124db3 commit 2db3e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replica/storage/simple_kv/test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ else
fi

if [ ! -z "${cases}" ]; then
OLD_TEST_OPTS=(${TEST_OPTS//,/;})
OLD_TEST_OPTS=${TEST_OPTS}
TEST_OPTS="${OLD_TEST_OPTS};encrypt_data_at_rest=false"
for id in ${cases}; do
run_case ${id}
Expand Down

0 comments on commit 2db3e8b

Please sign in to comment.