[GitHub] flimzy commented on a change in pull request #255: Replication plugin and session support

2018-03-13 Thread GitBox
flimzy commented on a change in pull request #255: Replication plugin and 
session support
URL: 
https://github.com/apache/couchdb-documentation/pull/255#discussion_r174073096
 
 

 ##
 File path: src/whatsnew/2.2.rst
 ##
 @@ -0,0 +1,36 @@
+.. Licensed under the Apache License, Version 2.0 (the "License"); you may not
+.. use this file except in compliance with the License. You may obtain a copy 
of
+.. the License at
+..
+..   http://www.apache.org/licenses/LICENSE-2.0
+..
+.. Unless required by applicable law or agreed to in writing, software
+.. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+.. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+.. License for the specific language governing permissions and limitations 
under
+.. the License.
+
+.. _release/2.2.x:
+
+
+2.2.x Branch
+
+
+.. contents::
+:depth: 1
+:local:
+
+Version 2.2.0
+=
+
+General
+---
+
+* :ghissue:`1153`: Plugin based replicator authentication support. Session
+  (cookie) based authentication implemented in the
+  `couch_replicator_auth_session` plugin module. In this release session based
+  authentication is considered experimental and is disabled by default. To
+  enable set `[replicator] auth_plugins =
+  couch_replicator_auth_session,couch_replicator_auth_noop`. Consider enabling
+  it when using PBKDF2 or the new bcrypt password hashing algorithm with a
+  larg work factor.
 
 Review comment:
   s/larg/large/ ?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] flimzy commented on a change in pull request #255: Replication plugin and session support

2018-03-13 Thread GitBox
flimzy commented on a change in pull request #255: Replication plugin and 
session support
URL: 
https://github.com/apache/couchdb-documentation/pull/255#discussion_r174072816
 
 

 ##
 File path: src/config/replicator.rst
 ##
 @@ -211,3 +211,21 @@ Replicator Database Configuration
 
 [replicator]
 ssl_certificate_max_depth = 3
+
+.. config:option:: auth_plugins
+
+.. versionadded:: 2.2
+
+List of replicator client authentication plugins. Plugins will
+be tried in order and the first to initialize successfully will
+be used. By default there are two plugin available:
 
 Review comment:
   s/plugin/plugins/


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services