summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2020-03-30 11:07:24 +0100
committerRobert Newson <rnewson@apache.org>2020-03-30 21:04:07 +0100
commitd291847c97576c28ed4996ad06e09bb0c905d036 (patch)
tree8b20dd48c79cdfa7471207d5f5e66e169c22f83c /rel
parent2212c31468b5e55180ab5dfd251bc6b265335b69 (diff)
downloadcouchdb-d291847c97576c28ed4996ad06e09bb0c905d036.tar.gz
Remove enhanced alg check
This mechanism is replaced by the much stronger tying of verification algorithm to the key directly in the server config.
Diffstat (limited to 'rel')
-rw-r--r--rel/overlay/etc/default.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 25f1027d2..24f504726 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -143,8 +143,6 @@ max_db_number_for_dbs_info_req = 100
;[jwt_auth]
; List of claims to validate
; required_claims = exp
-; List of algorithms to accept during checks
-; allowed_algorithms = HS256
;
; [jwt_keys]
; Configure at least one key here if using the JWT auth handler.