You have manually created some usernames and passwords for a Microsoft SQL database on Azure, and need to store these credentials in Vault. What secrets engine should you use for this?
You have manually created some usernames and passwords for a Microsoft SQL database on Azure, and need to store these credentials in Vault. What secrets engine should you use for this?
For storing manually created usernames and passwords, the Key/Value secrets engine version 2 is appropriate. This engine allows you to store arbitrary secrets, making it suitable for securely storing manually created credentials for a Microsoft SQL database on Azure.
B is correct as you manually created credentials and didn't originally enable the Database Secrets Engine with the MSSQL plugin to create dynamic ones.
B Is the right one