You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2022/08/26 08:11:33 UTC

[couchdb] branch draft_allow_nested_json_claim_roles updated (413e18ccd -> 60a2cb8fb)

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a change to branch draft_allow_nested_json_claim_roles
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 413e18ccd Case statement is more explicit and additional test case
 discard 003bfbcdf Update get_roles_claim/1
 discard e76df8893 Check if roles claim is a JSON list of strings
 discard 65c4f9b9d Throw an error if roles claim isn't a JSON array
 discard 252ea408a Removed unneeded setup/0 and tear_down/0 helper functions
 discard 88f95d299 Fix warnings in test
 discard 22c7b04cc Adding tests
 discard 43326f1e4 Replacing the separator in the last step
 discard f0a4f8bfb Remove unnecessary function clause
 discard c81818d9f Adding `roles_claim_path` to default config
 discard 303874d7a Tokenize (nested) roles_claim_path variable
 discard a67d02fe9 Refactor function name
 discard ed71e5665 Remove duplicated case value
 discard ea299a262 Run erlfmt
 discard 182575303 Handle more role claim cases
 discard 34d336c01 Allow and evaluate nested json claim roles
     add ea382cf28 Refactor hash algorithms test
     add 60a2cb8fb Allow and evaluate nested json claim roles in JWT token

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (413e18ccd)
            \
             N -- N -- N   refs/heads/draft_allow_nested_json_claim_roles (60a2cb8fb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../eunit/chttpd_auth_hash_algorithms_tests.erl    | 25 +++++++++-------
 src/couch/include/couch_db.hrl                     |  2 ++
 src/couch/src/couch_httpd_auth.erl                 | 35 ++--------------------
 src/couch/src/couch_util.erl                       | 31 +++++++++++++++++++
 4 files changed, 49 insertions(+), 44 deletions(-)