Is there an option to disable the admin endpoints?
# help
a
Is there an option to disable the admin endpoints?
l
Not to disable them but you can put auth over them:
--admin-api-basic-auth
: Require HTTP Basic authentication for admin API calls with the supplied credentials in
username:password
format https://wiremock.org/docs/standalone/java-jar/
👍 1