Sujeet Raman

Sujeet Raman

  • 799
  • 915
  • 334.3k

Using an in-memory repository" and "No XML encryptor configured

Jun 9 2023 8:05 AM

I am new to Kubernetes and encountering an error while trying to deploy my .net core  application in a Kubernetes cluster. The error message I am receiving is as follows:

 

[06:51:52 WRN] Using an in-memory repository. Keys will not be persisted to storage.
[06:51:52 WRN] Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
[06:51:52 WRN] No XML encryptor configured. Key {b2e5e69a-141c-44fe-9930-5568c3156e39} may be persisted to storage in unencrypted form.
 

I'm unsure about the root cause of this error and how to resolve it. It seems to be related to repository and encryption settings, but I'm not sure how to configure them properly in my Kubernetes environment.

I would appreciate any guidance or suggestions on how to fix this error and successfully deploy my application in the Kubernetes cluster. Thank you!


Answers (1)