You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/08/25 09:32:20 UTC

[GitHub] S-Aggarwal commented on issue #747: proxy authentication still not configurable

S-Aggarwal commented on issue #747: proxy authentication still not configurable
URL: https://github.com/apache/couchdb/issues/747#issuecomment-324869773
 
 
   > Our test passes, so this looks like you're missing the correct information (and our documentation is probably out of date).
   
   But according to [this](https://github.com/apache/couchdb/blob/master/test/javascript/tests/proxyauth.js#L60), it doesn't look like Proxy authentication is implemented yet.
   
   Is that the case or am I doing something wrong?
   
   My config:
   ```ini
   [httpd]
   authentication_handlers = {chttpd_auth, proxy_authentication_handler}, {chttpd_auth, default_authentication_handler}
   
   [chttpd_auth]
   x_auth_username = X-Auth-CouchDB-UserName
   x_auth_roles = X-Auth-CouchDB-Roles
   x_auth_token = X-Auth-CouchDB-Token
   authentication_db = _users
   proxy_use_secret = false
   secret = secret
   ```
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services