nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.13k stars 5.24k forks source link

Add Azure Key Vault integration #7147

Open RomanovM opened 4 months ago

RomanovM commented 4 months ago

nopCommerce version: 4.60

Summary about azure key vault Secrets Management: Azure Key Vault can be used to securely store and tightly control access to tokens, passwords, certificates, API keys, and other secrets.

Key Management: It provides a secure location to store and manage cryptographic keys. Keys stored in Azure Key Vault are protected by hardware security modules (HSMs). The service supports multiple key types and algorithms, and allows for the creation, import, and control of keys.

Source: https://www.nopcommerce.com/boards/topic/98931/connectionstring-and-secrets-should-use-user-secrets-and-keyvault

adityavardhan91 commented 1 month ago

May be I can work on this. I have good experience with Integrating azure resources to .NET projects. I am Aditya, a .NET full stack dev by the way!