TLDR: Is there a way to disable whole or part of the Stub Mappings API (i.e. disable POST/PUT/DELETE to '/__admin/mappings')? Let's assume I want to do it on Wiremock instance level, not a proxy server level.
In my company we use the WireMock server in standalone mode, and supply it with stub mappings via JSON files in the 'mapping' subdirectory of the root-dir.
I would like to control stubs exclusively via the JSON files, and protect them from being added/updated/removed, using the API... which used to be the practice, and may accidentally still happen (messing the mappings up).
Thanks