big-r81 opened a new pull request, #4438:
URL: https://github.com/apache/couchdb/pull/4438

   ## Overview
   
   Proxy auth can now use one of the configured hash algorithms
   from chttpd_auth/hash_algorithms to decode authentication tokens.
   
   ## Testing recommendations
   
   ```
   $ make eunit apps=chttpd suites=chttpd_auth_tests
   
   ======================== EUnit ========================
   module 'chttpd_auth_tests'
     _up
       chttpd_auth_tests:97: 
-should_handle_require_valid_user_except_up_on_up_route/1-fun-4-...[0.001 s] ok
       chttpd_auth_tests:135: 
-should_handle_require_valid_user_except_up_on_non_up_routes/1-fun-4-...[0.001 
s] ok
       [done in 0.011 s]
     Testing hash algorithms for proxy auth
       chttpd_auth_tests:97: -with/1-fun-0- 
(test_hash_algorithms_with_proxy_auth_should_work)...[0.068 s] ok
       chttpd_auth_tests:97: -with/1-fun-0- 
(test_hash_algorithms_with_proxy_auth_should_fail)...[0.001 s] ok
       [done in 0.075 s]
     [done in 1.931 s]
   =======================================================
     All 4 tests passed.
   ```
   
   ## Checklist
   
   - [x] Code is written and works correctly
   - [x] Changes are covered by tests
   - [ ] Any new configurable parameters are documented in 
`rel/overlay/etc/default.ini`
   - [ ] Documentation changes were made in the `src/docs` folder
   - [ ] Documentation changes were backported (separated PR) to affected 
branches
   


-- 
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]

Reply via email to