From cf2e7b1f893f598c86ec3baf724a9a5fd8f0ceae Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Fri, 21 May 2021 20:13:48 +0300 Subject: [PATCH] [#1883] fixed compilation and unittests --- src/bin/netconf/netconf_cfg_mgr.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/bin/netconf/netconf_cfg_mgr.h b/src/bin/netconf/netconf_cfg_mgr.h index d1e40597cb..9d27526b1f 100644 --- a/src/bin/netconf/netconf_cfg_mgr.h +++ b/src/bin/netconf/netconf_cfg_mgr.h @@ -146,6 +146,13 @@ public: /// @return Summary of the configuration in the textual format. virtual std::string getConfigSummary(const uint32_t selection); + /// @brief Return a list of all paths that contain passwords or secrets for + /// kea-netconf. + /// + /// @return the list of lists of sequential JSON map keys needed to reach + /// the passwords and secrets. + std::list> jsonPathsToRedact() const; + protected: /// @brief Parses configuration of Netconf.