function readinessRouteHandler({
  endpointPath = config.endpoint.ready,
  basicAuthUsername = config.authn.healthcheck.username,
  basicAuthPassword = config.authn.healthcheck.password,
} = {}) {