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
11 stars 4 forks source link

bugfix(ps-testsuite): Testsuite can not decode VAU traffic #30

Closed cgeesink closed 2 months ago

cgeesink commented 2 months ago

bugfix(ps-testsuite): Testsuite can not decode VAU traffic leading to false negative testcases.

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.

fnoGematik commented 2 months ago

Hello @cgeesink,

you are right. The ps-testsuite still uses an older version of the tiger lib, which requires the old configuration parameter. We are working on a migration to a current tiger lib and will publish it later.