From 50c949b10c7cfd72a0a6a25f337d95f2afbb0869 Mon Sep 17 00:00:00 2001 From: liugq Date: Mon, 3 Jul 2023 11:46:07 +0800 Subject: [PATCH] update security enabled to true in config file --- console.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/console.yml b/console.yml index 1e76a59a..f71ac0f5 100644 --- a/console.yml +++ b/console.yml @@ -61,8 +61,8 @@ badger: value_log_max_entries: 1000000 value_log_file_size: 104857600 -#security: -# enabled: true +security: + enabled: true # authc: # realms: # ldap: