pagopa / interop-be-monorepo

Apache License 2.0
0 stars 1 forks source link

IMN-616 BFF Tools router #976

Open paologaleotti opened 1 week ago

paologaleotti commented 1 week ago

Merge after #956

This PR adds the Tools router to BFF

The implementation differs a bit from scala (see this slack thread https://buildo.slack.com/archives/C0527LU1K4G/p1726583989026809).

When reviewing please pay particular attention to the logic behind the error handling (handleValidationResults) and retrieveKey, as it is not a direct porting of scala logic.