georchestra / georchestra-gateway

GNU General Public License v3.0
0 stars 6 forks source link

Fix access rules order and add integration tests #16

Closed groldan closed 2 years ago

groldan commented 2 years ago

Access rules were being applied in the wrong order, global rules first and service rules after, leading to the global /** rule matching service URLs that it shouldn't.

Adds integration tests using WireMock.

pmauduit commented 2 years ago

Adds integration tests using WireMock.

interesting lib, I did not know about it

groldan commented 2 years ago

I've read about it, first time I used it though. Really nice.