Hi team! In order to cover requirements for settin...
# help
d
Hi team! In order to cover requirements for setting mock server I found WireMock standalone server to be the most suitable solution. However there are couple of things I need to be supported and wasn't able to find in documentation: • authentication support for API or admin dashboard • possibility to add swagger over mappings (mocked data) Please let me know if I could enable it somehow in your product or any suggestings on steps to take. Thank you in advance!
t
Hi @Dmirty Pintusov, firstly it’s worth mentioning that both of these things are supported by WireMock Cloud. You can add authentication to WireMock standalone by creating a custom
Authenticator
implementation and setting this in the config object passed to the server at startup. At present to run standalone you’d need to build your own JAR including WireMock + this code.