From 6337fda75362a86526d7ced7dc57cfcaa5563989 Mon Sep 17 00:00:00 2001 From: Thamindu Aluthwala Date: Wed, 14 Feb 2024 08:04:27 +0530 Subject: [PATCH] Add management console banner config --- .../distribution/src/repository/resources/conf/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/distribution/src/repository/resources/conf/default.json b/modules/distribution/src/repository/resources/conf/default.json index c435fb6b3f..71e81d1ffa 100644 --- a/modules/distribution/src/repository/resources/conf/default.json +++ b/modules/distribution/src/repository/resources/conf/default.json @@ -65,5 +65,6 @@ "user_store.properties.UsernameJavaScriptRegEx": "^[^\\s*?%]{3,50}$", "default_management_ui.path": "console", - "legacy_authz_runtime.enable": false + "legacy_authz_runtime.enable": false, + "management_console_deprecation_banner.enable": true }