Let’s assume I am using Azure Key Vault for my database connection string. I will use login elements such as SecretClientId TenantId and I will write this key value pairs to appsettings.json or directly to code.
What is the difference between AKV and writing database string directly to the configuration? In both cases a hacker can easily access my secrets if he/she gets the code.
New contributor
Bahadır Akgün is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.