diff options
author | Francis Dupont <fdupont@isc.org> | 2021-12-08 19:15:14 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-01-21 18:15:38 +0100 |
commit | 315a8b0a8b09f46b8f5a322b3f9e5340a99b2867 (patch) | |
tree | a36b16ef43b70b418f83a1cade50e7ecd240d47e | |
parent | [#2006] Updated parser, doc and one unit test (diff) | |
download | kea-315a8b0a8b09f46b8f5a322b3f9e5340a99b2867.tar.xz kea-315a8b0a8b09f46b8f5a322b3f9e5340a99b2867.zip |
[#2006] Added a ChangeLog entry
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |