peterfarrell commented on issue #1851: URL: https://github.com/apache/couchdb/issues/1851#issuecomment-2872618213
Unless otherwise set by an annotation on the route using `router.openshift.io/cookie_name="NAMEOFCOOKIE"`, the name of the cookie is a hashed name of the route:  As indicated in my previous comment, I disabled sticky session routing with `haproxy.router.openshift.io/disable_cookies="true"`. I did not check to see if naming the cookie explictly changed the behavior or stopped the error. IIRC, I tried setting the `auth_plugins` to this value first without success however I may have not set it on the primary instance. ``` [replicator] auth_plugins = couch_replicator_auth_noop ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
