gematik / epa-deployment

Project includes docker-compose file to start all relevant services (including VAU encryption/decryption) for an ePA environment.
Apache License 2.0
10 stars 4 forks source link

PS-Testsuite can not decode VAU traffic, leading to false negative testcases (e.g. VAU testcase) #31

Closed cgeesink closed 1 month ago

cgeesink commented 1 month ago

PS-Testsuite use old tigerProxy Dependency, but docker compose use new TigerProxy Version. Because of the old Dependency, the PS-Testsuite must use the old configuration parameter for Epa3Vau decoding.

Without the old parameter the Testsuite cant decode the inner VAU traffic. Leading to failed testcases because of failed validation of inner objects in the (undecoded) VAU traffic.

PR with Fix https://github.com/gematik/epa-deployment/pull/30

fnoGematik commented 1 month ago

Hi @cgeesink ,

as you may notice, we have transferred the PR to the main branch. Nonetheless, the migration to a current Tiger lib in ps-testsuite will happen soon.