fix issues with phase-32

This commit is contained in:
voltsrage
2026-06-23 00:16:39 +08:00
parent 1824e4eef1
commit 90b8baa2a1
12 changed files with 237 additions and 14 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ curl -sf "${BASE_URL}/api/v1/phi-access-logs?patientId=${PATIENT_ID}" \
-H "Authorization: Bearer ${TOKEN}" | jq -e '.data.totalCount >= 1'
echo "Verify raw DB encryption (requires psql)"
docker compose exec -T postgres psql -U vigilcare -d vigilcare -c \
docker compose exec -T postgres psql -U postgres -d vigilcare -c \
"SELECT id, left(first_name, 20) AS encrypted_prefix FROM patients WHERE id = '${PATIENT_ID}';"
echo "Phase 32 verification complete."