apioo / fusio

Open source API management platform
https://www.fusio-project.org
Apache License 2.0
1.85k stars 221 forks source link

Inactive operation is still reachable by clients #582

Open gpenin opened 6 days ago

gpenin commented 6 days ago

Using dockerized Fusio 5.1.5, it seems that an operation that has been set to inactive is still reachable by clients.

Please find an example in attachment.

Regards,

client_response inactive_operation

chriskapp commented 6 days ago

Hi @gpenin this is indeed currently a wrong behaviour, I have just provided a commit s. https://github.com/apioo/fusio-impl/commit/201697160ac9bf285877caf3decd622280512cf7 to fix this which will be available in the next release

gpenin commented 5 days ago

Hi @chriskapp, I can confirm it now works as expected with your fix. Thanks a lot for all your work.