From: Piotrek Zadroga Date: Tue, 17 Jun 2025 10:58:26 +0000 (+0200) Subject: [#3940] changelog entry X-Git-Tag: Kea-3.0.0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a938523125002ece5452806ec28f507974fca8ba;p=thirdparty%2Fkea.git [#3940] changelog entry --- diff --git a/changelog_unreleased/3940-kea-shell-support-auth-password-file b/changelog_unreleased/3940-kea-shell-support-auth-password-file new file mode 100644 index 0000000000..7c36fe157e --- /dev/null +++ b/changelog_unreleased/3940-kea-shell-support-auth-password-file @@ -0,0 +1,4 @@ +[func] piotrek + Added new --auth-password-file argument to kea-shell, which allows + to securely provide password for basic HTTP authentication. + (Gitlab #3940)