Fixing initialization

This commit is contained in:
Luca Frosini 2024-11-20 11:08:41 +01:00
parent 0ad98ddbf9
commit d35e7c6939
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ public class ResourceManager implements ApplicationManager {
return;
}
String context = ""; // SecretManagerProvider.get().getContext();
String context = SecretManagerProvider.get().getContext();
logger.trace(
"\n-------------------------------------------------------\n"
@ -45,7 +45,7 @@ public class ResourceManager implements ApplicationManager {
ApplicationContext applicationContext = ContextProvider.get();
String rmEServiceID = applicationContext.id();
logger.info("Resource Manager ahs the following ID {}", rmEServiceID);
logger.info("Resource Manager has the following ID {}", rmEServiceID);
logger.trace(