From 16256831ab98e51fc2ebb6dc68e431c9c576602c Mon Sep 17 00:00:00 2001 From: Maduranga Siriwardena Date: Fri, 20 Dec 2024 11:19:09 +0530 Subject: [PATCH] Revert keystore storage temporarily --- .../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 10423cb234..085091b2eb 100644 --- a/modules/distribution/src/repository/resources/conf/default.json +++ b/modules/distribution/src/repository/resources/conf/default.json @@ -68,5 +68,6 @@ "default_management_ui.path": "console", "legacy_authz_runtime.enable": false, - "management_console_deprecation_banner.enable": true + "management_console_deprecation_banner.enable": true, + "data_storage_type.keystores": "registry" }