This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from bbbbfc82d Improve b64url benchmarking
add 329920e90 Support safe secret rotation
new ae2bca225 Merge pull request #5754 from apache/rotate-secret
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/couch/src/couch_httpd_auth.erl | 69 +++++-----
src/couch/src/couch_secondary_sup.erl | 1 +
src/couch/src/couch_secrets.erl | 193 +++++++++++++++++++++++++++
src/couch/test/eunit/couch_secrets_tests.erl | 81 +++++++++++
src/docs/src/config/auth.rst | 12 ++
5 files changed, 325 insertions(+), 31 deletions(-)
create mode 100644 src/couch/src/couch_secrets.erl
create mode 100644 src/couch/test/eunit/couch_secrets_tests.erl