sauln
sauln
@garethbowen Am I correct in saying at present only the admin password needs to be low iterations for perf? Users are all using cookie auth? For example, would this set...
@garethbowen > Usually that's the case. You could create different users with permissions and use those in cht-conf for example, and this would be best practice instead of everyone sharing...
> The best practice would be for every human or script to use a different admin login. This is what we're doing with humans and also some of our connecting...
Hi @dianabarsan, I have a PR consolidating `request-promise-native` coming close to being merged (@garethbowen to confirm). That might suit your purposes?
For a healthcheck, would _up not be a better API as per: https://docs.couchdb.org/en/stable/config/auth.html#chttpd/require_valid_user_except_for_up If membership did not meet quorum, would you not see couch reject requests? Trying to understand for...
> Unfortunately the _up command doesn't check for this, it just checks if the server is not in maintenance mode. https://docs.couchdb.org/en/stable/api/server/common.html#get--_up From the doc you linked: `Confirms that the server...
My experience is that most developers don't know how to pass args to npm scripts. In general, I like to give devs easy tools to prepare a PR, as it...