Remove enforcement

Enforcement will be re-implemented later
This commit is contained in:
topjohnwu
2022-05-11 00:31:18 -07:00
committed by John Wu
parent 05d6d2b51b
commit 029422679c
8 changed files with 17 additions and 76 deletions

View File

@@ -84,12 +84,11 @@ protected:
* DB Strings *
**************/
constexpr const char *DB_STRING_KEYS[] = { "requester", "cert_digest" };
constexpr const char *DB_STRING_KEYS[] = { "requester" };
// Strings keys indices
enum {
SU_MANAGER = 0,
CERT_DIGEST
SU_MANAGER = 0
};
class db_strings : public db_dict<std::string, std::size(DB_STRING_KEYS)> {