summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2021-12-08 19:15:14 +0100
committerRazvan Becheriu <razvan@isc.org>2022-01-21 18:15:38 +0100
commit315a8b0a8b09f46b8f5a322b3f9e5340a99b2867 (patch)
treea36b16ef43b70b418f83a1cade50e7ecd240d47e
parent[#2006] Updated parser, doc and one unit test (diff)
downloadkea-315a8b0a8b09f46b8f5a322b3f9e5340a99b2867.tar.xz
kea-315a8b0a8b09f46b8f5a322b3f9e5340a99b2867.zip
[#2006] Added a ChangeLog entry
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53893eb8d0..6d0e86924e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1985. [func] fdupont
+ Added support for using files to configure basic HTTP
+ credentials, instead of configuring a value the value
+ is taken from the content of a file. New parameters of
+ the Control Agent configuration are:
+ - 'user-file' pointing to a file vs 'user'
+ - 'password-file' pointing to a file vs 'password'
+ - 'password-file' pointing to a file with the secret
+ (which is <user>:<password>) vs 'user' and 'password'.
+ For the High Availability hook library the new parameter
+ is 'basic-auth-password-file' which can be used as an
+ alternative to 'basic-auth-password'.
+ (Gitlab #2006)
+
1984. [func] andrei
Introduced the lease-upload command to kea-admin which can upload
leases from a memfile CSV file to a database backend.